From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 6E990386EC29; Mon, 12 Oct 2020 08:41:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E990386EC29 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 35a20039050bc7238e28d85266d486fb54a39e74 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 61f7e6b543726bfa61793f72357913bc6a579342 X-Git-Newrev: 35a20039050bc7238e28d85266d486fb54a39e74 Message-Id: <20201012084102.6E990386EC29@sourceware.org> Date: Mon, 12 Oct 2020 08:41:02 +0000 (GMT) From: Tobias Burnus X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2020 08:41:02 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 35a20039050bc7238e28d85266d486fb54a39e74 (commit) from 61f7e6b543726bfa61793f72357913bc6a579342 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 35a20039050bc7238e28d85266d486fb54a39e74 Author: Tobias Burnus Date: Mon Oct 12 10:40:37 2020 +0200 htdocs/projects/gomp/index.html: Syntax fix * htdocs/projects/gomp/index.html: Fix HTML syntax. diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 2c83ccf8..5be0938a 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -74,7 +74,7 @@ available.

Technical Report 9: Version 5.1 Public Comment Draft has been released.

May 7, 2020
-

GCC 10 has been released; it adds a number of +

GCC 10 has been released; it adds a number of newly implemented OpenMP 5.0 features on top of the GCC 9 release such as conditional lastprivate clause, scan and loop directives, order(concurrent) and @@ -84,7 +84,7 @@ and loop directives, order(concurrent) and of the OpenMP 5.0 standard.

May 3, 2019
-

GCC 9 has been released and +

GCC 9 has been released and version 5.0 of the OpenMP specification is now partially supported in the C and C++ compilers. For details which features of OpenMP 5.0 are and which are not supported in the GCC 9 release see @@ -96,13 +96,13 @@ are not supported in the GCC 9 release see specification has been released.

May 2, 2017
-

GCC 7 has been released and +

GCC 7 has been released and version 4.5 of the OpenMP specification is now partially supported in the Fortran compiler; the largest missing item is structure element mapping.

April 27, 2016
-

GCC 6 has been released and +

GCC 6 has been released and version 4.5 of the OpenMP specification is now supported in the C and C++ compilers

----------------------------------------------------------------------- Summary of changes: htdocs/projects/gomp/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs