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