From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 0B02E3858D38; Wed, 14 Jun 2023 08:05:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B02E3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686729900; bh=URQ8M31zhHFFf5gTx9LQiR9I6fJgnXgOoxnIVOsaRoQ=; h=To:Subject:Date:From:From; b=aoOQpelITS3JmxGXsUWsXd44Yjj4QozozUm3Zk9hSnmkYF+f4pCJs25Rs3AExWuvZ 9cf9KtBltp5wV4IUK2WsBOIdvc3AnnEJeeY0GRzVYi9GbtcLm1cQgoKpqlkvMprKIF WpSznYxh6ZzzZdnhX9efWbmkythUCFgxVcAz0+LY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b286a7932a63eb192e5586f7534ed508fca0c7f0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9203cc1348752fcf7e414bceab65f9035d45203c X-Git-Newrev: b286a7932a63eb192e5586f7534ed508fca0c7f0 Message-Id: <20230614080500.0B02E3858D38@sourceware.org> Date: Wed, 14 Jun 2023 08:05:00 +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 b286a7932a63eb192e5586f7534ed508fca0c7f0 (commit) from 9203cc1348752fcf7e414bceab65f9035d45203c (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 b286a7932a63eb192e5586f7534ed508fca0c7f0 Author: Tobias Burnus Date: Wed Jun 14 10:03:16 2023 +0200 gcc-14/changes.html + projects/gomp/: GCC 14 OpenMP update diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 55d566b8..c403c94f 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -37,6 +37,21 @@ a work-in-progress.

General Improvements

+
    +
  • OpenMP +
      +
    • + The requires directive's unified_address + requirement is now fulfilled by both AMD GCN and nvptx devices. +
    • +
    • + 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. +
    • +
    +

New Languages and Language specific improvements

diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 328d17bd..2df67403 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -142,7 +142,7 @@ filing a bug report.

Implementation status in libgomp manual: Mainline (GCC 13), +>Mainline (GCC 14), GCC 13, GCC 9
GCC 12
GCC 13 + GCC 14 (atomic_default_mem_order)
(dynamic_allocators)
complete but no non-host devices provides unified_address or - unified_shared_memory + unified_shared_memory
+ complete but no non-host devices provides unified_shared_memory @@ -791,7 +793,7 @@ than listed, depending on resolved corner cases and optimizations.

Clauses on end directive can be on directive - No + GCC 13 @@ -801,7 +803,7 @@ than listed, depending on resolved corner cases and optimizations.

linear clause syntax changes and step modifier - No + GCC 13 @@ -836,7 +838,7 @@ than listed, depending on resolved corner cases and optimizations.

Extended list of directives permitted in Fortran pure procedures - No + GCC 14 @@ -926,7 +928,7 @@ than listed, depending on resolved corner cases and optimizations.

Initial value of default-device-var ICV with OMP_TARGET_OFFLOAD=mandatory - No + GCC 14 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 15 +++++++++++++++ htdocs/projects/gomp/index.html | 14 ++++++++------ 2 files changed, 23 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs