From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 373793858400; Thu, 11 Nov 2021 07:40:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 373793858400 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6dd96b616dd32f91a7b97f20a435a93903d07343 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ddcfa5532bf3f11bf252efb57a65a63986235c83 X-Git-Newrev: 6dd96b616dd32f91a7b97f20a435a93903d07343 Message-Id: <20211111074013.373793858400@sourceware.org> Date: Thu, 11 Nov 2021 07:40:13 +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, 11 Nov 2021 07:40:13 -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 6dd96b616dd32f91a7b97f20a435a93903d07343 (commit) from ddcfa5532bf3f11bf252efb57a65a63986235c83 (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 6dd96b616dd32f91a7b97f20a435a93903d07343 Author: Tobias Burnus Date: Thu Nov 11 08:28:48 2021 +0100 gcc-12/changes.html: Minor languages fixes to the OpenMP status diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 93545b88..19947f90 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -88,30 +88,30 @@ a work-in-progress.

  • OpenMP
      -
    • OpenMP 5.0 support has been extended: The close map modifier - and the affinity clause are now supported and for Fortran - additionally the following features which were available in C and C++ - before: declare variant is now available, - depobj, mutexinoutset and 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 +
    • OpenMP 5.0 support has been extended: The close map + modifier and the affinity clause are now supported. + In addition Fortran gained additionally the following features which were + available in C and C++ before: declare variant is now + available, depobj, mutexinoutset and + 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 the master directive have been added.
    • -
    • The following OpenMP 5.1 feature have been added: support for expressing - OpenMP directives as C++ 11 attributes, the masked and - scope construct, the nothing and +
    • The following OpenMP 5.1 features have been added: support for + expressing OpenMP directives as C++ 11 attributes, the masked + and scope construct, the nothing and error directives, and using primary with the proc_bind clause and OMP_PROC_BIND environment variable, the reproducible and unconstrained modifiers to the order clause, and, for C/C++ only, the - align- and allocate-modifiers to the allocate clause and - the atomic extensions are now available. The - OMP_PLACE environment variable supports the OpenMP 5.1 - features and the OMP_NUM_TEAMS and + align and allocate modifiers to the + allocate clause and the atomic extensions are + now available. The OMP_PLACE environment variable supports + the OpenMP 5.1 features. In addition the OMP_NUM_TEAMS and OMP_TEAMS_THREAD_LIMIT environment variables and their associated API routines are now supported as well as the memory-allocation routines added for Fortran and extended for C/C++ in OpenMP 5.1. In - Fortran code, strictly-structured blocks can be used.
    • + Fortran code, strictly structured blocks can be used.
    • The OpenMP Implementation Status can be found in the libgomp manual.
    • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) hooks/post-receive -- gcc-wwwdocs