From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id D9DB93858D38; Wed, 12 Oct 2022 16:49:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9DB93858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665593382; bh=CLyVOXaXLeuGQ+xQAEqQWr50NIj1OYowlgSxdT0sae4=; h=From:To:Subject:Date:From; b=aPWhXBZVn7Qt9LGVOlMb5tKLFEU1g2fbNVd1ui7HjWGssGGCHG0h7CqZM95VGQ0Zj m00evg2a06yVC4IBzQAyNRJGmOf30QQ5Y0iQu5ixNJAVkS8WHD7F57vTDWgJp6dv09 KkuPal5tBsTVlo/ebW2aZVTcYKMJGjPs1aFaEEwM= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3259] libgomp: Fix up OpenMP 5.2 feature bullet X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/heads/master X-Git-Oldrev: 0ec4e93fb9fa5e9d2424683c5fab1310c8ae2f76 X-Git-Newrev: caf9db5a7f99fae8b6088328b9b48ee79fa5e5f0 Message-Id: <20221012164942.D9DB93858D38@sourceware.org> Date: Wed, 12 Oct 2022 16:49:42 +0000 (GMT) List-Id: https://gcc.gnu.org/g:caf9db5a7f99fae8b6088328b9b48ee79fa5e5f0 commit r13-3259-gcaf9db5a7f99fae8b6088328b9b48ee79fa5e5f0 Author: Jakub Jelinek Date: Wed Oct 12 18:43:58 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. Diff: --- libgomp/libgomp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 148728ed05f..8d3b9cfb64d 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}