projects/gomp: TR11 + GCC13 update htdocs/projects/gomp/index.html | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 713a4e16..46f393c8 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.