From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 9B8113858D1E; Tue, 7 Feb 2023 08:44:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9B8113858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675759491; bh=ANVmdWHW4PIM428tbr2vWlMpwCwh0+6ghw7jBKNIpZ4=; h=From:To:Subject:Date:From; b=EvSSZX6LUTdKCM4z3fuWTj+oDbFsehljlIOrNg3NVDn2+EhY/spA+gea6K3dRtCDj Dqhrhacu4rCNkqUnEBGozltLavV46RourarQIRftvqEmrMYny3MrrMByIlDvk7zwe3 GgIE8bLD+bxcCiW0/0gIC7I/5CNufNVA68Ocl5MI= 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 (OpenMP TR11 impl. status): Fix 'strict' item X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: 0f34c713fa535056b1c79b85b3b8c732c6d5a8f9 X-Git-Newrev: b15627a0cc116ed460904f464ffa8db098e4dcb0 Message-Id: <20230207084451.9B8113858D1E@sourceware.org> Date: Tue, 7 Feb 2023 08:44:51 +0000 (GMT) List-Id: https://gcc.gnu.org/g:b15627a0cc116ed460904f464ffa8db098e4dcb0 commit b15627a0cc116ed460904f464ffa8db098e4dcb0 Author: Tobias Burnus Date: Tue Feb 7 09:44:38 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. (cherry picked from commit 8da7476c5fa8870c2fcded48d3de95978434c1be) Diff: --- libgomp/ChangeLog.omp | 7 +++++++ libgomp/libgomp.texi | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index eb8e4abd183..2012eabb5d1 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,10 @@ +2023-02-02 Tobias Burnus + + Backported from master: + 2023-02-02 Tobias Burnus + + * libgomp.texi (OpenMP TR11): Fix item for 'strict' modifier. + 2023-02-06 Andrew Stubbs * config/gcn/libgomp-gcn.h (DEFAULT_GCN_STACK_SIZE): New define. diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index dc3da5a84e8..b6d004e59b3 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