]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp.texi: Impl. status - non-rect loop nest only partial
authorTobias Burnus <tobias@codesourcery.com>
Thu, 26 Jan 2023 10:14:58 +0000 (11:14 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 26 Jan 2023 10:14:58 +0000 (11:14 +0100)
libgomp/
* libgomp.texi (OpenMP 5.0): Set non-rectangular
loop nest back to 'P' as Fortran support is incomplete.

(cherry picked from commit 20552407ae11b61fccb46b3e96a8814e790254e7)

libgomp/ChangeLog.omp
libgomp/libgomp.texi

index 3740853d4b8d402fc76c3f42b58c9f1c330d4f15..d91aaed3558cfa12a3aebe12a1d732ed9740d639 100644 (file)
@@ -1,3 +1,10 @@
+2023-01-26  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2023-01-23  Tobias Burnus  <tobias@codesourcery.com>
+
+       * libgomp.texi (OpenMP 5.0): Set non-rectangular
+
 2023-01-24  Thomas Schwinge  <thomas@codesourcery.com>
 
        * libgomp.texi (nvptx): Update for
index 17f1509343fc9047dda29a6356211d4d1c2a9a8d..966af076f31ad69515837b591eacd284929a52ff 100644 (file)
@@ -195,7 +195,7 @@ The OpenMP 4.5 specification is fully supported.
       @tab complete but no non-host devices provides @code{unified_address},
       @code{unified_shared_memory} or @code{reverse_offload}
 @item @code{teams} construct outside an enclosing target region @tab Y @tab
-@item Non-rectangular loop nests @tab Y @tab
+@item Non-rectangular loop nests @tab P @tab Full support for C/C++, partial for Fortran
 @item @code{!=} as relational-op in canonical loop form for C/C++ @tab Y @tab
 @item @code{nonmonotonic} as default loop schedule modifier for worksharing-loop
       constructs @tab Y @tab