From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id A5DD03858406; Mon, 17 Oct 2022 15:02:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5DD03858406 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666018924; bh=njsRzEMjwxk7HHBg10Y/Iorgqof0L7CzibxgQJ6615g=; h=From:To:Subject:Date:From; b=ewWk9xle2ysaNdBo/L9vf8rrujU6vqZqBOneTcA4h7MQ07xrk+l6DtAm9HGEjwik7 h/OKHcsSsvFqohmwjuwJz54xRMfH5OMqUJT3Fc+lGHRorUGOvl1JXCU8Yb07qi4NFR gMwo+QqBMPpjLpowwHznjD/30x/a1t4+Sw38Vakc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-12] libgomp: Fix up OpenMP 5.2 feature bullet X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: 7e45444bd4fd272b2441343adb03318015c5b295 X-Git-Newrev: 452bb7db311b5a4987558b7fbfc450768a0e167f Message-Id: <20221017150204.A5DD03858406@sourceware.org> Date: Mon, 17 Oct 2022 15:02:03 +0000 (GMT) List-Id: https://gcc.gnu.org/g:452bb7db311b5a4987558b7fbfc450768a0e167f commit 452bb7db311b5a4987558b7fbfc450768a0e167f Author: Jakub Jelinek Date: Mon Oct 17 16:57:09 2022 +0200 libgomp: Fix up OpenMP 5.2 feature bullet The previous bullet correctly mentions 5.2 added for Fortran allocators directive which is a replacement of allocate directive associated with ALLOCATE statement to differentiate it at parse time from allocate directive as declarative one not associated with ALLOCATE statement, but the deprecation bullet talks about non-existing allocator directive. 2022-10-12 Jakub Jelinek * libgomp.texi (OpenMP 5.2): Fix up allocator -> allocate directive in deprecation bullet. (cherry picked from commit caf9db5a7f99fae8b6088328b9b48ee79fa5e5f0) Diff: --- libgomp/ChangeLog.omp | 8 ++++++++ libgomp/libgomp.texi | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 23ec0e9de62..debb77b2150 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,11 @@ +2022-10-17 Tobias Burnus + + Backport from mainline: + 2022-10-12 Jakub Jelinek + + * libgomp.texi (OpenMP 5.2): Fix up allocator -> allocate directive + in deprecation bullet. + 2022-10-17 Tobias Burnus Backport from mainline: diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index e9edeff0bba..d0be6058067 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -387,7 +387,7 @@ to address of matching mapped list item per 5.1, Sect. 2.21.7.2 @tab N @tab @item Extended list of directives permitted in Fortran pure procedures @tab N @tab @item New @code{allocators} directive for Fortran @tab N @tab -@item Deprecation of @code{allocator} directive for Fortran +@item Deprecation of @code{allocate} directive for Fortran allocatables/pointers @tab N @tab @item Optional paired @code{end} directive with @code{dispatch} @tab N @tab @item New @code{memspace} and @code{traits} modifiers for @code{uses_allocators}