From patchwork Thu Dec 29 20:57:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 709569 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tqMQ50Bvpz9sCX for ; Fri, 30 Dec 2016 07:58:19 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="VcgZpfjL"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=bWNth/C6/ucGkmXfoRxs+nNTReYB4HQ19sVZP4fL/isd8Ey2j7MVI P88uTl4/TpkhT4ZQaF8PVFNydVmQcO09VoonaECUu8zZmPuYIiFwZOGm11CZUFSH g1TK6thfuXYJXu2PTy4mkIno+j3ZbXMGVTemur/Wf65Otu3HclXWuk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=s5rnUESNC8qxHBptXND+EBls5N8=; b=VcgZpfjLKhkvPi3Biy6V fkRhXDByBjwafZwA0Yt/4elTgIwHYwo7lX9zXS+zV2jDIOTGn1ZHP1nJEOOraBtR PSE2RFZA8sfMOhym0CEBL+CsooQicwzkueas/SqpsyPKzhUgrdRt7dfdIQBq8K9a P4D7bF2fGBoIIAmp24NSfu8= Received: (qmail 97321 invoked by alias); 29 Dec 2016 20:58:12 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 97306 invoked by uid 89); 29 Dec 2016 20:58:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL, BAYES_20, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=no version=3.3.2 spammy=Jun, wpcontent, wp-content, Schmidt X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 29 Dec 2016 20:58:01 +0000 Received: from [10.50.51.68] (unknown [190.4.72.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 441EC3F538 for ; Thu, 29 Dec 2016 15:57:59 -0500 (EST) Date: Thu, 29 Dec 2016 16:57:55 -0400 (AST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] More changes around openmp.org Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes It turns out that the locations of the OpenMP standards documents have been moved as well. This patch adjust this for some of our references (index.html, gcc-5/changes.html) and replaces it with the more generic location of OpenMP specifications for older entries (news.html) since I expect that to be more stable. Applied Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.1035 diff -u -r1.1035 index.html --- index.html 28 Dec 2016 23:18:31 -0000 1.1035 +++ index.html 29 Dec 2016 00:57:09 -0000 @@ -104,7 +104,7 @@
OpenMP 4.0 offloading support in GCC [2015-01-14]
-
+
OpenMP 4.0 offloading support was added to GCC. Contributed by Jakub Jelinek (Red Hat), Bernd Schmidt and Index: news.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v retrieving revision 1.152 diff -u -r1.152 news.html --- news.html 27 Nov 2016 14:05:57 -0000 1.152 +++ news.html 29 Dec 2016 00:57:34 -0000 @@ -75,7 +75,7 @@
OpenMP v4.0 [2014-06-30]
An implementation of the OpenMP v4.0 + href="http://www.openmp.org/specifications/">OpenMP v4.0 parallel programming interface for Fortran has been added and is going to be available in the upcoming GCC 4.9.1 release.
@@ -133,8 +133,8 @@
OpenMP v4.0 [2013-10-11]
An implementation of the OpenMP v4.0 - parallel programming interface for so far just C, C++ has been added. + href="http://www.openmp.org/specifications/">OpenMP v4.0 + parallel programming interface for so far C and C++ has been added. Code was contributed by Jakub Jelinek, Aldy Hernandez, Richard Henderson of Red Hat, Inc. and Tobias Burnus.
Index: gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.139 diff -u -r1.139 changes.html --- gcc-5/changes.html 3 Jun 2016 08:22:46 -0000 1.139 +++ gcc-5/changes.html 29 Dec 2016 00:57:39 -0000 @@ -188,7 +188,7 @@

New Languages and Language specific improvements