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.
Therequires
directive's unified_address
requirement is now fulfilled by both AMD GCN and nvptx devices.
+ present
as map-type modifier and in
+ defaultmap
.
+ 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.
+ decl
attribute is now
+ supported in C++ 11 attributes.
+ allocate
directivetarget update
constructalign
clause in allocate
directivealign
modifier in allocate
clausedecl
attribute was added to the C++ attribute syntax
-