From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 2D541385840E; Fri, 24 Nov 2023 16:40:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D541385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700844003; bh=uVcvG30AYkRZ8Wt6kfeEnmRs1FO6GoJ/6VL030FTtoQ=; h=To:Subject:Date:From:From; b=I/cMvBPs/dHXZC64XqeSllQYb1Uk6PCNX5bjIFIP8FzSn1LlCGbsVSW1Qph7lydVV 3eRXaplgB8eAy1QsvRNwRD6MjAqY5hoQ5gkGIBmVL9KO1x3tG/GYpxEpN4ILpfjtoA uvqNHD7lBek9emBlFrDi6FhRDoKkollFc8h+7vKE= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. dc54aeee47a0a7cd24220c27788e2ce3ddd6e4c5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 17418f262b17680a07a4493631aa0743b5fe9780 X-Git-Newrev: dc54aeee47a0a7cd24220c27788e2ce3ddd6e4c5 Message-Id: <20231124164003.2D541385840E@sourceware.org> Date: Fri, 24 Nov 2023 16:40:03 +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 dc54aeee47a0a7cd24220c27788e2ce3ddd6e4c5 (commit) from 17418f262b17680a07a4493631aa0743b5fe9780 (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 dc54aeee47a0a7cd24220c27788e2ce3ddd6e4c5 Author: Tobias Burnus Date: Fri Nov 24 17:39:29 2023 +0100 gcc-14/changes.html + projects/gomp/: OpenMP update diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 455798d1..4eac9d6e 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -53,10 +53,16 @@ a work-in-progress.

The requires directive's unified_address requirement is now fulfilled by both AMD GCN and nvptx devices. +
  • OpenMP 5.0: The allocate/ directive is now + supported for stack variables in C and Fortran, including the OpenMP 5.1 + align modifier.
  • OpenMP 5.1: Support was added for collapsing imperfectly nested loops and using present as map-type modifier and in - defaultmap. + defaultmap. The indirect clause is now supported + for C and C++. The performance of copying strided data from or to nvptx + devices using the OpenMP 5.1 routine omp_target_memcpy_rect + has been improved.
  • OpenMP 5.2: The OMP_TARGET_OFFLOAD=mandatory handling has @@ -64,10 +70,13 @@ a work-in-progress.

    For Fortran, the list of directives permitted in Fortran pure procedures was extended. Additionally, the spec change has been implemented for default implicit mapping of C/C++ pointers pointing to unmapped storage. + The destroy now optionally accepts the depend object as + argument.
  • - OpenMP 6.0 preview (TR11): The decl attribute is now - supported in C++ 11 attributes. + OpenMP 6.0 preview (TR11/TR12): The decl attribute is now + supported in C++ 11 and the directive, sequence + and decl attributes are now supported in C 23.
  • The GNU Offloading and diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index bc472747..03f74a88 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -821,7 +821,7 @@ than listed, depending on resolved corner cases and optimizations.

    Deprecation of no-argument destroy clause on depobj - No +
    GCC 14 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 15 ++++++++++++--- htdocs/projects/gomp/index.html | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs