diff options
author | Martin Liska <mliska@suse.cz> | 2022-09-06 06:52:14 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-09-06 06:52:14 +0200 |
commit | 918bc838c2803f08e4d7ccd179396d48cb8ec804 (patch) | |
tree | 2496c039b51fd33ee4309d910f0f6ce44cd5f749 /libgomp | |
parent | 8de5354e2cf4e6ea750ea92c7162d61b1b796f76 (diff) | |
parent | 47d2dcd1397bf02b79515c39438e0ea9898f9056 (diff) | |
download | gcc-918bc838c2803f08e4d7ccd179396d48cb8ec804.zip gcc-918bc838c2803f08e4d7ccd179396d48cb8ec804.tar.gz gcc-918bc838c2803f08e4d7ccd179396d48cb8ec804.tar.bz2 |
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/libgomp.texi | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 47b541c..ddf0729 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2022-09-05 Tobias Burnus <tobias@codesourcery.com> + + * libgomp.texi (OpenMP 5.2): Update doacross/omp_cur_iteration status. + 2022-08-26 Tobias Burnus <tobias@codesourcery.com> * libgomp.texi (OpenMP 5.0): Mark 'ancestor' as implemented but diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 019651b..2879608 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -394,10 +394,11 @@ to address of matching mapped list item per 5.1, Sect. 2.21.7.2 @tab N @tab @item Default map-type for @code{map} clause in @code{target enter/exit data} @tab Y @tab @item New @code{doacross} clause as alias for @code{depend} with - @code{source}/@code{sink} modifier @tab N @tab + @code{source}/@code{sink} modifier @tab Y @tab @item Deprecation of @code{depend} with @code{source}/@code{sink} modifier @tab N @tab -@item @code{omp_cur_iteration} keyword @tab N @tab +@item @code{omp_cur_iteration} keyword @tab P + @tab @code{sink: omp_cur_iteration - 1} unsupported @end multitable @unnumberedsubsec Other new OpenMP 5.2 features |