summaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2022-05-17 16:58:26 +0200
committerJakub Jelinek <jakub@redhat.com>2022-05-17 17:03:52 +0200
commit978036a0165c5531b3c4674d9ec7bddf762e3b52 (patch)
treef5c2654fac1a88714bc1ac948dfd90fea57e6fe3 /libgomp
parent325d82b08696da17fb26bd2e1b6ba607649357fb (diff)
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 <jakub@redhat.com> * libgomp.texi (OpenMP 5.1): Remove "Not inside target regions" comment for omp_display_env feature. (cherry picked from commit 741478ed3ed51658af476bccbc198da931e41d44)
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/libgomp.texi3
1 files changed, 1 insertions, 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}