From: Sandra Loosemore Date: Thu, 5 May 2022 21:45:29 +0000 (-0700) Subject: libgomp: Update docs to reflect Fortran support for non-rectangular loops X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67c9b129a857330999c954c6bdf46e8015f489c5;p=thirdparty%2Fgcc.git libgomp: Update docs to reflect Fortran support for non-rectangular loops libgomp/ * libgomp.texi (OpenMP 5.0): Feature is now fully supported. (cherry picked from commit 2d8752c5923e2ed4dc33b95038fed82b46526feb) --- diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index a8a121e8943e..327b396ca588 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,10 @@ +2022-05-05 Sandra Loosemore + + Backport from mainline: + 2022-05-05 Sandra Loosemore + + * libgomp.texi (OpenMP 5.0): Feature is now fully supported. + 2022-05-04 Tobias Burnus Backport from master: diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 2d4e113f1e32..317711f3f739 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -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