aboutsummaryrefslogtreecommitdiff
path: root/libgomp/libgomp.texi
diff options
context:
space:
mode:
authorTobias Burnus <tburnus@baylibre.com>2024-04-04 12:20:48 +0200
committerTobias Burnus <tburnus@baylibre.com>2024-04-04 12:20:48 +0200
commit1c89d1b9dc8c4957a4ec3674f691595641fd279b (patch)
tree20db7fd8c7cf7254528b2583d6d276b0b7060db9 /libgomp/libgomp.texi
parent1baec8deb014b8a7da58879a407a4c00cdeb5a09 (diff)
downloadgcc-1c89d1b9dc8c4957a4ec3674f691595641fd279b.zip
gcc-1c89d1b9dc8c4957a4ec3674f691595641fd279b.tar.gz
gcc-1c89d1b9dc8c4957a4ec3674f691595641fd279b.tar.bz2
libgomp.texi: Update entries in OpenMP TR12 implementation status
libgomp/ChangeLog: * libgomp.texi (TR12): Honor post-TR12 directive name change; add item about curly braces/BLOCK permitted in canonical loop nests.
Diffstat (limited to 'libgomp/libgomp.texi')
-rw-r--r--libgomp/libgomp.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index 1ae0f01..71d6210 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -515,7 +515,8 @@ Technical Report (TR) 12 is the second preview for OpenMP 6.0.
@item @code{strict} modifier keyword to @code{num_threads} @tab N @tab
@item @code{atomic} permitted in a construct with @code{order(concurrent)}
@tab N @tab
-@item @code{coexecute} directive for Fortran @tab N @tab
+@item @code{workdistribute} directive for Fortran @tab N
+ @tab Renamed just after TR12; added in TR12 as @code{coexecute}
@item Fortran DO CONCURRENT as associated loop in a @code{loop} construct
@tab N @tab
@item @code{threadset} clause in task-generating constructs @tab N @tab
@@ -539,6 +540,8 @@ Technical Report (TR) 12 is the second preview for OpenMP 6.0.
@unnumberedsubsec Other new TR 12 features
@multitable @columnfractions .60 .10 .25
+@item Canonical loop nest enclosed in (multiple) curly braces (C/C++) or BLOCK constructs (Fortran)
+ @tab N @tab
@item Relaxed Fortran restrictions to the @code{aligned} clause @tab N @tab
@item Mapping lambda captures @tab N @tab
@item New @code{omp_pause_stop_tool} constant for omp_pause_resource @tab N @tab