diff options
author | Tobias Burnus <tburnus@baylibre.com> | 2024-09-27 12:06:17 +0200 |
---|---|---|
committer | Tobias Burnus <tburnus@baylibre.com> | 2024-09-27 12:06:17 +0200 |
commit | cfdc0a384aff5e06f80d3f55f4615abf350b193b (patch) | |
tree | 302f2963fd4d38519226d7d08aa5c76a8343d83f | |
parent | bb01c9d6d280d7ffbaa8f09c36ae57908a4f6883 (diff) | |
download | gcc-cfdc0a384aff5e06f80d3f55f4615abf350b193b.zip gcc-cfdc0a384aff5e06f80d3f55f4615abf350b193b.tar.gz gcc-cfdc0a384aff5e06f80d3f55f4615abf350b193b.tar.bz2 |
libgomp.texi: Remove now duplicate TR13 item
Remove an item under "Other new TR 13 features" that since the last commit
(r15-3917-g6b7eaec20b046e) to this file is is covered by the added
"New @code{storage} map-type modifier; context-dependent @code{alloc} and
@code{release} are aliases"
"Update of the map-type decay for mapping and @code{declare_mapper}"
libgomp/
* libgomp.texi (TR13 status): Update semi-duplicated, semi-obsoleted
item; remove left-over half-sentence.
-rw-r--r-- | libgomp/libgomp.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index b561cb5..c6464ec 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -511,7 +511,7 @@ Technical Report (TR) 13 is the third preview for OpenMP 6.0. @tab N @tab @item @code{ref} modifier to the @code{map} clause @tab N @tab @item New @code{storage} map-type modifier; context-dependent @code{alloc} and - @code{release} are aliases. Update to map decay @tab N @tab + @code{release} are aliases @tab N @tab @item Update of the map-type decay for mapping and @code{declare_mapper} @tab N @tab @item Change of the @emph{map-type} property from @emph{ultimate} to @@ -633,8 +633,6 @@ Technical Report (TR) 13 is the third preview for OpenMP 6.0. @item Multi-word directive names are now permitted with underscore @tab N @tab @item In Fortran (fixed + free), space between directive names is mandatory @tab N @tab -@item @code{map(release: ...)} on @code{target} and @code{target_data} (map-type - decay changes) @tab N @tab post-TR13 item @end multitable |