diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2022-09-28 10:24:58 +0200 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2022-09-28 10:24:58 +0200 |
commit | 175a89d12392acd9cb09e56acafee6fcf2366392 (patch) | |
tree | 83df2d784f321eb009973104b2df4aa2ab401529 | |
parent | fa4bc21bac70df5ae5712a1933a2e6bb5bf8d42b (diff) | |
download | gcc-175a89d12392acd9cb09e56acafee6fcf2366392.zip gcc-175a89d12392acd9cb09e56acafee6fcf2366392.tar.gz gcc-175a89d12392acd9cb09e56acafee6fcf2366392.tar.bz2 |
libgomp.texi: Status 'P' for 'assume', remove duplicated line
libgomp/
* libgomp.texi (OpenMP 5.1): Mark 'assume' as implemented
for C/C++. Remove duplicated 'begin declare target' entry.
-rw-r--r-- | libgomp/libgomp.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 5aef987..2b11f30 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -287,7 +287,7 @@ The OpenMP 4.5 specification is fully supported. @code{append_args} @tab N @tab @item @code{dispatch} construct @tab N @tab @item device-specific ICV settings with environment variables @tab Y @tab -@item @code{assume} directive @tab N @tab +@item @code{assume} directive @tab P @tab Only C/C++ @item @code{nothing} directive @tab Y @tab @item @code{error} directive @tab Y @tab @item @code{masked} construct @tab Y @tab @@ -348,7 +348,6 @@ The OpenMP 4.5 specification is fully supported. @item Support @code{begin/end declare target} syntax in C/C++ @tab N @tab @item Pointer predetermined firstprivate getting initialized to address of matching mapped list item per 5.1, Sect. 2.21.7.2 @tab N @tab -@item @code{begin declare target} directive @tab N @tab @item For Fortran, diagnose placing declarative before/between @code{USE}, @code{IMPORT}, and @code{IMPLICIT} as invalid @tab N @tab @end multitable |