]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp.texi: Status 'P' for 'assume', remove duplicated line
authorTobias Burnus <tobias@codesourcery.com>
Wed, 28 Sep 2022 09:16:45 +0000 (11:16 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 28 Sep 2022 09:16:45 +0000 (11:16 +0200)
libgomp/
* libgomp.texi (OpenMP 5.1): Mark 'assume' as implemented
for C/C++. Remove duplicated 'begin declare target' entry.

(cherry picked from commit 175a89d12392acd9cb09e56acafee6fcf2366392)

libgomp/ChangeLog.omp
libgomp/libgomp.texi

index c01fa632080739340e8cb5806b7796c0a5968d46..fd4a97e2cb968622ade5dd97eb20ecdb489b217b 100644 (file)
@@ -1,3 +1,11 @@
+2022-09-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backport from mainline:
+       2022-09-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       * libgomp.texi (OpenMP 5.1): Mark 'assume' as implemented
+       for C/C++. Remove duplicated 'begin declare target' entry.
+
 2022-09-24  Tobias Burnus  <tobias@codesourcery.com>
 
        Backport from mainline:
index a2a4a0a98b9f744e44e61641ca48d6e9d8758da7..cff4074cf8401a9445336e704aeda7240bf3f4c7 100644 (file)
@@ -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