From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 1729E38582B7; Thu, 21 Sep 2023 15:28:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1729E38582B7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1695310122; bh=5D7ACkNV78/YjOo3lbysI7ruXlP0Rk3uuEEigOfLZWs=; h=To:Subject:Date:From:From; b=yZZ5MVVX485LIjUaTGNFT2yYipHe1RezLtADEPbXkQetY6nJQdhKfZMgKb0rgoqyh l9szcvJZCZ9VZfMhFxerA6rIi/OApfsWwS4loHJpFqAIsRdUaXFyoj8prLekebqPAP C3jIWJtdqjfDYjXltstrhV8Ls65v/HEZCG2Dp29o= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. fd2d3c20984611ca56b79935803d5927f1031625 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 233590627033c241abe66551363c8de5fb76eed0 X-Git-Newrev: fd2d3c20984611ca56b79935803d5927f1031625 Message-Id: <20230921152842.1729E38582B7@sourceware.org> Date: Thu, 21 Sep 2023 15:28:42 +0000 (GMT) From: Tobias Burnus List-Id: 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 fd2d3c20984611ca56b79935803d5927f1031625 (commit) from 233590627033c241abe66551363c8de5fb76eed0 (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 fd2d3c20984611ca56b79935803d5927f1031625 Author: Tobias Burnus Date: Thu Sep 21 17:27:34 2023 +0200 OpenMP: gcc-14/changes.html and projects/gomp/ update * htdocs/gcc-14/changes.html (OpenMP): Update for new features. * htdocs/projects/gomp/index.html: Likewise, update the impl. status. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 65382746..2ca05ad0 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -55,11 +55,30 @@ a work-in-progress.

The requires directive's unified_address requirement is now fulfilled by both AMD GCN and nvptx devices. +
  • + OpenMP 5.1: Support was added for collapsing imperfectly nested loops and + using present as map-type modifier and in + defaultmap. +
  • OpenMP 5.2: The OMP_TARGET_OFFLOAD=mandatory handling has been updated for the clarifications and changes of the 5.2 specification. For Fortran, the list of directives permitted in Fortran pure procedures - was extended. + was extended. Additionally, the spec change has been implemented for + default implicit mapping of C/C++ pointers pointing to unmapped storage. +
  • +
  • + OpenMP 6.0 preview (TR11): The decl attribute is now + supported in C++ 11 attributes. +
  • +
  • + The GNU Offloading and + Multi Processing Runtime Library Manual has been updated and extended, + improving especially the ICV description, memory allocation, and the + description of the environment variables and OpenMP routines. On Linux, + the libnuma is now used + for allocators requesting the nearest-partition trait as detailed in the + manual.
  • diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 04bfd908..7f0b97c3 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -479,8 +479,8 @@ than listed, depending on resolved corner cases and optimizations.

    allocate directive - No - + GCC 14 + Only C, only stack variables Discontiguous array section with target update construct @@ -554,8 +554,8 @@ than listed, depending on resolved corner cases and optimizations.

    align clause in allocate directive - No - + GCC 14 + Only C (and only stack variables) align modifier in allocate clause @@ -996,7 +996,7 @@ error.

    The decl attribute was added to the C++ attribute syntax - No + GCC 14 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 21 ++++++++++++++++++++- htdocs/projects/gomp/index.html | 10 +++++----- 2 files changed, 25 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs