From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 2E29B383235C; Tue, 6 Dec 2022 08:52:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2E29B383235C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670316739; bh=FVSGorqG3jAWc7J1KvZv8rrVGqoZk4e3HsjA74n453g=; h=From:To:Subject:Date:From; b=gngZYHVMg3BhhDtKOOxrhzDz9R/2r+ssRzW9bQ4kjANVaitwmejopmpB/tmGqaQNT doZEciaj7m1XZLKqmYS2rfHBNv1biMGZ3CzAJ45HhpVzXCEEk+lI+G4bcK42sRFUsR Mejfhd5daSJZ9fmQkexGCzNfVIh0YBRmIdMpehyk= 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-4500] libgomp.texi: Fix a OpenMP 5.2 and a TR11 impl-status item X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/master X-Git-Oldrev: 790ff87f675f28bce5e7e35918ae09c3ece4ec4d X-Git-Newrev: 9f80367e539839fff1df2c85fc2640638199fc9e Message-Id: <20221206085219.2E29B383235C@sourceware.org> Date: Tue, 6 Dec 2022 08:52:19 +0000 (GMT) List-Id: https://gcc.gnu.org/g:9f80367e539839fff1df2c85fc2640638199fc9e commit r13-4500-g9f80367e539839fff1df2c85fc2640638199fc9e Author: Tobias Burnus Date: Tue Dec 6 09:49:30 2022 +0100 libgomp.texi: Fix a OpenMP 5.2 and a TR11 impl-status item libgomp/ * libgomp.texi (OpenMP 5.2): Add missing 'the'. (TR11): Add missing '@tab N @tab'. Diff: --- libgomp/libgomp.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 4caac497506..efa7d956a33 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -406,7 +406,7 @@ to address of matching mapped list item per 5.1, Sect. 2.21.7.2 @tab N @tab @item @code{allocate} and @code{firstprivate} clauses on @code{scope} @tab Y @tab @item @code{ompt_callback_work} @tab N @tab -@item Default map-type for @code{map} clause in @code{target enter/exit data} +@item Default map-type for the @code{map} clause in @code{target enter/exit data} @tab Y @tab @item New @code{doacross} clause as alias for @code{depend} with @code{source}/@code{sink} modifier @tab Y @tab @@ -463,6 +463,7 @@ Technical Report (TR) 11 is the first preview for OpenMP 6.0. @item @code{access} allocator trait changes @tab N @tab @item Extension of @code{interop} operation of @code{append_args}, allowing all modifiers of the @code{init} clause + @tab N @tab @item @code{interop} clause to @code{dispatch} @tab N @tab @item @code{apply} code to loop-transforming constructs @tab N @tab @item @code{omp_curr_progress_width} identifier @tab N @tab