From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1498) id 6A63D3857377; Thu, 5 May 2022 21:50:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A63D3857377 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Sandra Loosemore To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-147] libgomp: Update docs to reflect Fortran support for non-rectangular loops X-Act-Checkin: gcc X-Git-Author: Sandra Loosemore X-Git-Refname: refs/heads/master X-Git-Oldrev: ee9128189623ce43343ce326caa8d5eec2eccfec X-Git-Newrev: 2d8752c5923e2ed4dc33b95038fed82b46526feb Message-Id: <20220505215004.6A63D3857377@sourceware.org> Date: Thu, 5 May 2022 21:50:04 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2022 21:50:04 -0000 https://gcc.gnu.org/g:2d8752c5923e2ed4dc33b95038fed82b46526feb commit r13-147-g2d8752c5923e2ed4dc33b95038fed82b46526feb Author: Sandra Loosemore Date: Thu May 5 14:45:29 2022 -0700 libgomp: Update docs to reflect Fortran support for non-rectangular loops libgomp/ * libgomp.texi (OpenMP 5.0): Feature is now fully supported. Diff: --- libgomp/libgomp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 38e0337535a..414cc503645 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