From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id A48FB383302D; Tue, 27 Apr 2021 10:05:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A48FB383302D To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 4debbf1dda6f26bfbc3dc93b7111b34bfacb252d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ae50e86ee44eac14e1fcf291f799c3c8ccb52ab9 X-Git-Newrev: 4debbf1dda6f26bfbc3dc93b7111b34bfacb252d Message-Id: <20210427100545.A48FB383302D@sourceware.org> Date: Tue, 27 Apr 2021 10:05:45 +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: Tue, 27 Apr 2021 10:05:45 -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 4debbf1dda6f26bfbc3dc93b7111b34bfacb252d (commit) from ae50e86ee44eac14e1fcf291f799c3c8ccb52ab9 (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 4debbf1dda6f26bfbc3dc93b7111b34bfacb252d Author: Tobias Burnus Date: Tue Apr 27 12:03:38 2021 +0200 gcc-12/changes.html: OpenMP, OpenACC * htdocs/gcc-12/changes.html (languages): OpenMP/Fortran - depobj/mutexinoutset for depend; OpenACC - -Wopenacc-parallelism. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 8f257e87..e0ac986e 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -40,6 +40,18 @@ a work-in-progress.

New Languages and Language specific improvements

+
    +
  • OpenMP 5.0 support for Fortran has been extended by the following features + which were available in C and C++ before: depobj + and mutexinoutset can now also be used with the + depend clause. +
  • +
  • The new warning flag -Wopenacc-parallelism was added for + OpenACC. It warns about potentially suboptimal choices related to + OpenACC parallelism. +
  • +
+ ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) hooks/post-receive -- gcc-wwwdocs