From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id A8D3B38582AD; Tue, 5 Jul 2022 08:10:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8D3B38582AD 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.texi: Add more to-be-implemented OpenMP 5.2 features X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: 9392ab7cbfe91967b3c575c1711fd51b8cc0a3aa X-Git-Newrev: f29aac5bfd0c7a89bd3703b3b2b5f9a8e164e2cc Message-Id: <20220705081053.A8D3B38582AD@sourceware.org> Date: Tue, 5 Jul 2022 08:10:53 +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: Tue, 05 Jul 2022 08:10:53 -0000 https://gcc.gnu.org/g:f29aac5bfd0c7a89bd3703b3b2b5f9a8e164e2cc commit f29aac5bfd0c7a89bd3703b3b2b5f9a8e164e2cc Author: Tobias Burnus Date: Tue Jul 5 09:23:13 2022 +0200 libgomp.texi: Add more to-be-implemented OpenMP 5.2 features libgomp/ * libgomp.texi (Other new OpenMP 5.1 features): Add 'begin declare target'. (Other new OpenMP 5.2 features): New. (cherry picked from commit 8255b49ed8ab37fd61d85bb48f97c618f05a8392) Diff: --- libgomp/ChangeLog.omp | 9 +++++++++ libgomp/libgomp.texi | 17 ++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index d20fe4bdf7a..6225f015a48 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,12 @@ +2022-07-05 Tobias Burnus + + Backport from mainline: + 2022-05-27 Tobias Burnus + + * libgomp.texi (Other new OpenMP 5.1 features): Add + 'begin declare target'. + (Other new OpenMP 5.2 features): New. + 2022-07-05 Tobias Burnus Backport from mainline: diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 1f2f848ba73..2dfca4e9bb0 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -343,6 +343,7 @@ The OpenMP 4.5 specification is fully supported. @item Support of structured block sequences in C/C++ @tab Y @tab @item @code{unconstrained} and @code{reproducible} modifiers on @code{order} clause @tab Y @tab +@item Support @code{begin/end declare target} syntax in C/C++ @tab N @tab @end multitable @@ -387,7 +388,8 @@ The OpenMP 4.5 specification is fully supported. @item @code{allocate} and @code{firstprivate} clauses on @code{scope} @tab N @tab @item @code{ompt_callback_work} @tab N @tab -@item Extended map-type handling of @code{target enter/exit data} @tab N @tab +@item Default map-type for @code{map} clause in @code{target enter/exit data} + @tab N @tab @item New @code{doacross} clause as alias for @code{depend} with @code{source}/@code{sink} modifier @tab N @tab @item Deprecation of @code{depend} with @code{source}/@code{sink} modifier @@ -395,6 +397,19 @@ The OpenMP 4.5 specification is fully supported. @item @code{omp_cur_iteration} keyword @tab N @tab @end multitable +@unnumberedsubsec Other new OpenMP 5.2 features + +@multitable @columnfractions .60 .10 .25 +@headitem Description @tab Status @tab Comments +@item For Fortran, optional comma between directive and clause @tab N @tab +@item Conforming device numbers and @code{omp_initial_device} and + @code{omp_invalid_device} enum/PARAMETER @tab N @tab +@item Initial value of @emph{default-device-var} ICV with + @code{OMP_TARGET_OFFLOAD=mandatory} @tab N @tab +@item @emph{interop_types} in any position of the modifier list for the @code{init} clause + of the @code{interop} construct @tab N @tab +@end multitable + @c --------------------------------------------------------------------- @c OpenMP Runtime Library Routines