From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 7556D3858C60; Thu, 2 Feb 2023 11:11:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7556D3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675336278; bh=w/3xOvutIY+uwxOgEThGMOR7DSLzQgia4jbqcQPPNIw=; h=From:To:Subject:Date:From; b=J9knnKRQapl4Ar/A6VI9v9td6oxFih8cRc6bVoLxqJoInO3F8J9ov3ScwDLgK+P6f 1OMeu8uBiIHbunx0qJgLWvXsliit+XR2LvZ2cUUxhpZ66UuFirBETB4gyw/2XWXNTQ PCn5JQRV8c2izKpTy1R02ysuDzTYTs2RoK8lW15U= 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-5649] libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' item X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/master X-Git-Oldrev: e0bc13d396002f88b8c27e3a23c7eaee54d379d5 X-Git-Newrev: 8da7476c5fa8870c2fcded48d3de95978434c1be Message-Id: <20230202111118.7556D3858C60@sourceware.org> Date: Thu, 2 Feb 2023 11:11:18 +0000 (GMT) List-Id: https://gcc.gnu.org/g:8da7476c5fa8870c2fcded48d3de95978434c1be commit r13-5649-g8da7476c5fa8870c2fcded48d3de95978434c1be Author: Tobias Burnus Date: Thu Feb 2 12:05:58 2023 +0100 libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' item Fix the 'strict' modifier status: it is already listed (as 'Y') for OpenMP 5.1 for num_task and grainsize; only strict on num_threads is new with TR11. libgomp/ * libgomp.texi (OpenMP TR11): Fix item for 'strict' modifier. Diff: --- libgomp/libgomp.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 0aa653d3ace..1f84b050eb2 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -469,8 +469,7 @@ Technical Report (TR) 11 is the first preview for OpenMP 6.0. @item @code{omp_curr_progress_width} identifier @tab N @tab @item @code{safesync} clause to the @code{parallel} construct @tab N @tab @item @code{omp_get_max_progress_width} runtime routine @tab N @tab -@item @code{strict} modifier keyword to @code{num_threads}, @code{num_tasks} - and @code{grainsize} @tab N @tab +@item @code{strict} modifier keyword to @code{num_threads} @tab N @tab @item @code{memscope} clause to @code{atomic} and @code{flush} @tab N @tab @item Routines for obtaining memory spaces/allocators for shared/device memory @tab N @tab