From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 574D43853D48; Wed, 23 Nov 2022 13:59:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 574D43853D48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669211950; bh=xuHlukdJRThCD55bwicGly7urikVcmUYl24HY9/PVcU=; h=To:Subject:Date:From:From; b=sotvQ04LL1XwS9shxRTRuR6K3OvBmEbSETV2Jb4wQRtxcrXTd7yZTgq7KJqhbZNON 3eNx+QA1wDbOSbgTyyM1S8JV/xFbHzEgSbkZn2tcVpK3gHKynHUz5jzWvE+qS5UJDM +XFpeTv7BK0Xwl6GRkehvWqBDqR7Ajo59NjMNe68= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9fa10adab58b0683899dfe490ce127933a13e434 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ff37510ea18fdf9277a9b95bf5e472fbeb479164 X-Git-Newrev: 9fa10adab58b0683899dfe490ce127933a13e434 Message-Id: <20221123135910.574D43853D48@sourceware.org> Date: Wed, 23 Nov 2022 13:59:10 +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 9fa10adab58b0683899dfe490ce127933a13e434 (commit) from ff37510ea18fdf9277a9b95bf5e472fbeb479164 (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 9fa10adab58b0683899dfe490ce127933a13e434 Author: Tobias Burnus Date: Wed Nov 23 14:57:32 2022 +0100 projects/gomp: TR11 + GCC13 update diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 053e0b7d..87903289 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -677,7 +677,7 @@ than listed, depending on resolved corner cases and optimizations.

device-specific ICV settings with environment variables - No + GCC 13 @@ -771,10 +771,10 @@ than listed, depending on resolved corner cases and optimizations.

No - + omp/ompx/omx sentinels and omp_/ompx_ namespaces N/A - + warning for ompx/omx sentinels (1) Clauses on end directive can be on directive @@ -888,7 +888,7 @@ than listed, depending on resolved corner cases and optimizations.

New doacross clause as alias for depend with source/sink modifier - No + GCC 13 @@ -898,7 +898,7 @@ than listed, depending on resolved corner cases and optimizations.

omp_cur_iteration keyword - No + GCC 13 @@ -924,9 +924,22 @@ than listed, depending on resolved corner cases and optimizations.

+

(1) The +ompx sentinel as C/C++ pragma and C++ attributes are warned for +with -Wunknown-pragmas (implied by -Wall) and +-Wattributes (enabled by default), respectively; for Fortran +free-source code, there is a warning enabled by default and, for fixed-source +code, the omx sentinel is warned for with -Wsurprising +(enabled by -Wall). Unknown clauses are always rejected with an +error.

OpenMP Releases and Status

+
November 9, 2022
+

OpenMP +Technical Report 11 (first preview for the OpenMP API Version 6.0) has been +released.

+
November 9, 2021

OpenMP Version 5.2 has been released.

----------------------------------------------------------------------- Summary of changes: htdocs/projects/gomp/index.html | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs