From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 354203858D38; Mon, 23 Jan 2023 08:42:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 354203858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674463368; bh=zePUZC9MQyfILGPoTVhG/TN8uCxZ3cKSuVGwQtCX1b4=; h=From:To:Subject:Date:From; b=PP7oVgWEioLHhaOEBTWKMuvFOXAw4chTEDW+36Xt7t3mb2DSSNunEQXEY18YCxXnZ eq4OBAWaZSgjrRWrB0slPTzHHybJUL+QL6ZeYj11aeh502ahfhuRZ/12Fcdn7Ka+L1 0pKXNctEi9W/IqwE+QglUPP79rk0goOVs2vAnMyY= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5287] libgomp.texi: Impl. status - non-rect loop nest only partial X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/master X-Git-Oldrev: e94e9944f59b00de455bb719fd0c5281c5509be6 X-Git-Newrev: 20552407ae11b61fccb46b3e96a8814e790254e7 Message-Id: <20230123084248.354203858D38@sourceware.org> Date: Mon, 23 Jan 2023 08:42:48 +0000 (GMT) List-Id: https://gcc.gnu.org/g:20552407ae11b61fccb46b3e96a8814e790254e7 commit r13-5287-g20552407ae11b61fccb46b3e96a8814e790254e7 Author: Tobias Burnus Date: Mon Jan 23 09:40:41 2023 +0100 libgomp.texi: Impl. status - non-rect loop nest only partial libgomp/ * libgomp.texi (OpenMP 5.0): Set non-rectangular loop nest back to 'P' as Fortran support is incomplete. Diff: --- libgomp/libgomp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 1267c2304a5..67a05111289 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -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