From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 1354D38618AD; Thu, 12 Aug 2021 08:43:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1354D38618AD To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b16ae164c47aaf65d70480b90f55fd9acdba5418 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7648e9e0869aaf51ac53c8430bc603474d8a88f3 X-Git-Newrev: b16ae164c47aaf65d70480b90f55fd9acdba5418 Message-Id: <20210812084343.1354D38618AD@sourceware.org> Date: Thu, 12 Aug 2021 08:43:42 +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: Thu, 12 Aug 2021 08:43:43 -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 b16ae164c47aaf65d70480b90f55fd9acdba5418 (commit) from 7648e9e0869aaf51ac53c8430bc603474d8a88f3 (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 b16ae164c47aaf65d70480b90f55fd9acdba5418 Author: Tobias Burnus Date: Thu Aug 12 10:43:03 2021 +0200 gcc-12/changes.html: OpenMP - mention C++11 attributes support diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 9c2799cf..a8859882 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -56,7 +56,9 @@ a work-in-progress.

iterator can now also be used with the depend clause, defaultmap has been updated for OpenMP 5.0, and the loop directive and combined directives - involving master directive have been added. + involving master directive have been added. Additionally, + support for expressing OpenMP directives as C++ 11 attributes has been + added, which is an OpenMP 5.1 feature.
  • The new warning flag -Wopenacc-parallelism was added for OpenACC. It warns about potentially suboptimal choices related to ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs