]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: Update docs to reflect Fortran support for non-rectangular loops
authorSandra Loosemore <sandra@codesourcery.com>
Thu, 5 May 2022 21:45:29 +0000 (14:45 -0700)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 28 Jun 2022 20:55:27 +0000 (13:55 -0700)
libgomp/
* libgomp.texi (OpenMP 5.0): Feature is now fully supported.

(cherry picked from commit 2d8752c5923e2ed4dc33b95038fed82b46526feb)

libgomp/ChangeLog.omp
libgomp/libgomp.texi

index a8a121e8943e407e5b7621658ef79c67595791cf..327b396ca58836ca56784a2bfcb2bc92c0aa9828 100644 (file)
@@ -1,3 +1,10 @@
+2022-05-05  Sandra Loosemore  <sandra@codesourcery.com>
+
+       Backport from mainline:
+       2022-05-05  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * libgomp.texi (OpenMP 5.0): Feature is now fully supported.
+
 2022-05-04  Tobias Burnus  <tobias@codesourcery.com>
 
        Backport from master:
index 2d4e113f1e3226986b2098e4e578bd2407cde950..317711f3f73923b10818622f19a3825a66ae00be 100644 (file)
@@ -190,7 +190,7 @@ The OpenMP 4.5 specification is fully supported.
       @tab Only fulfillable requirement are @code{atomic_default_mem_order}
       and @code{dynamic_allocators}
 @item @code{teams} construct outside an enclosing target region @tab Y @tab
-@item Non-rectangular loop nests @tab P @tab Only C/C++
+@item Non-rectangular loop nests @tab Y @tab
 @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