From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id C43763857C6A; Wed, 10 Nov 2021 11:32:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C43763857C6A To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. dc1117ec1aa3d79ba24189275c19c88ab04d4dce X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e9738706a7754ced6165751d124b31183b025ff1 X-Git-Newrev: dc1117ec1aa3d79ba24189275c19c88ab04d4dce Message-Id: <20211110113246.C43763857C6A@sourceware.org> Date: Wed, 10 Nov 2021 11:32:46 +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: Wed, 10 Nov 2021 11:32:46 -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 dc1117ec1aa3d79ba24189275c19c88ab04d4dce (commit) via 8c4a1d2dc47954660de5c516cdda25b22977a4e8 (commit) from e9738706a7754ced6165751d124b31183b025ff1 (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 dc1117ec1aa3d79ba24189275c19c88ab04d4dce Author: Tobias Burnus Date: Wed Nov 10 12:31:54 2021 +0100 gcc-12/changes.html: Update OpenMP status diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 7d0c04f9..c40e275e 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -86,20 +86,36 @@ a work-in-progress.

New Languages and Language specific improvements

    -
  • OpenMP 5.0 support has been extended: The close map modifier +
  • 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: 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 master directive have been added. Additionally, - the following OpenMP 5.1 feature have been added: support for expressing + 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 + 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 error directives, and using primary with the proc_bind clause and OMP_PROC_BIND environment - variable. + 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 + 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.
    • +
    • The OpenMP Implementation Status can be found in the libgomp manual.
    • +
  • The new warning flag -Wopenacc-parallelism was added for OpenACC. It warns about potentially suboptimal choices related to commit 8c4a1d2dc47954660de5c516cdda25b22977a4e8 Author: Tobias Burnus Date: Wed Nov 10 12:30:04 2021 +0100 projects/gomp/: Add OpenMP 5.2 diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index ff14b2b2..59697c10 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -69,6 +69,10 @@ available.

    Status

    +
    November 9, 2021
    +

    OpenMP +Version 5.2 has been released.

    +
    July 15, 2021

    OpenMP Technical Report 10: Version 5.2 Public Comment Draft has been released.

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 32 ++++++++++++++++++++++++-------- htdocs/projects/gomp/index.html | 4 ++++ 2 files changed, 28 insertions(+), 8 deletions(-) hooks/post-receive -- gcc-wwwdocs