From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 00C4D3858D3C; Tue, 17 May 2022 15:04:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00C4D3858D3C 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 r12-8391] libgomp: Clarify that omp_display_env is fully implemented X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/heads/releases/gcc-12 X-Git-Oldrev: 325d82b08696da17fb26bd2e1b6ba607649357fb X-Git-Newrev: 978036a0165c5531b3c4674d9ec7bddf762e3b52 Message-Id: <20220517150407.00C4D3858D3C@sourceware.org> Date: Tue, 17 May 2022 15:04:07 +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, 17 May 2022 15:04:07 -0000 https://gcc.gnu.org/g:978036a0165c5531b3c4674d9ec7bddf762e3b52 commit r12-8391-g978036a0165c5531b3c4674d9ec7bddf762e3b52 Author: Jakub Jelinek Date: Tue May 17 16:58:26 2022 +0200 libgomp: Clarify that omp_display_env is fully implemented OpenMP 5.2 added "When called from within a target region the effect is unspecified." restriction to omp_display_env, so it is ok not to support it in target regions (worst case we could add an empty implementation or one with __builtin_trap in there). 2022-05-17 Jakub Jelinek * libgomp.texi (OpenMP 5.1): Remove "Not inside target regions" comment for omp_display_env feature. (cherry picked from commit 741478ed3ed51658af476bccbc198da931e41d44) Diff: --- libgomp/libgomp.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index c10d0cbb6a1..966dcbfba6f 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -319,8 +319,7 @@ The OpenMP 4.5 specification is fully supported. @code{omp_aligned_calloc} runtime routines @tab Y @tab @item @code{omp_alloctrait_key_t} enum: @code{omp_atv_serialized} added, @code{omp_atv_default} changed @tab Y @tab -@item @code{omp_display_env} runtime routine @tab Y - @tab Not inside @code{target} regions +@item @code{omp_display_env} runtime routine @tab Y @tab @item @code{ompt_scope_endpoint_t} enum: @code{ompt_scope_beginend} @tab N @tab @item @code{ompt_sync_region_t} enum additions @tab N @tab @item @code{ompt_state_t} enum: @code{ompt_state_wait_barrier_implementation}