From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 08FF6385701B; Wed, 28 Sep 2022 08:27:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08FF6385701B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664353660; bh=u3JN9ip39OxGvoBuR06e5n+AN7VZDt5MUXyXN12IRZI=; h=From:To:Subject:Date:From; b=QGb03NwiJZXgerBfrOaPYFbdCVdDW7ViX1Ny3Up4mLGkza3ypgR+SV0i2Cng6qO5m w2vbr1tqQyu0Ubp+4pje1i90SNvmMdNa6DeoaFUnGNOBxov45S9MgO1Hgdmz0Ea/Qp GoQHVVweQW3nUED6v35FxisjL3pIMPjxKH38ws+g= 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-2911] libgomp.texi: Status 'P' for 'assume', remove duplicated line X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/master X-Git-Oldrev: fa4bc21bac70df5ae5712a1933a2e6bb5bf8d42b X-Git-Newrev: 175a89d12392acd9cb09e56acafee6fcf2366392 Message-Id: <20220928082740.08FF6385701B@sourceware.org> Date: Wed, 28 Sep 2022 08:27:40 +0000 (GMT) List-Id: https://gcc.gnu.org/g:175a89d12392acd9cb09e56acafee6fcf2366392 commit r13-2911-g175a89d12392acd9cb09e56acafee6fcf2366392 Author: Tobias Burnus Date: Wed Sep 28 10:24:58 2022 +0200 libgomp.texi: Status 'P' for 'assume', remove duplicated line libgomp/ * libgomp.texi (OpenMP 5.1): Mark 'assume' as implemented for C/C++. Remove duplicated 'begin declare target' entry. Diff: --- libgomp/libgomp.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 5aef987f00a..2b11f304409 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -287,7 +287,7 @@ The OpenMP 4.5 specification is fully supported. @code{append_args} @tab N @tab @item @code{dispatch} construct @tab N @tab @item device-specific ICV settings with environment variables @tab Y @tab -@item @code{assume} directive @tab N @tab +@item @code{assume} directive @tab P @tab Only C/C++ @item @code{nothing} directive @tab Y @tab @item @code{error} directive @tab Y @tab @item @code{masked} construct @tab Y @tab @@ -348,7 +348,6 @@ The OpenMP 4.5 specification is fully supported. @item Support @code{begin/end declare target} syntax in C/C++ @tab N @tab @item Pointer predetermined firstprivate getting initialized to address of matching mapped list item per 5.1, Sect. 2.21.7.2 @tab N @tab -@item @code{begin declare target} directive @tab N @tab @item For Fortran, diagnose placing declarative before/between @code{USE}, @code{IMPORT}, and @code{IMPLICIT} as invalid @tab N @tab @end multitable