libgomp: Clarify that omp_display_env is fully implemented
authorJakub Jelinek <jakub@redhat.com>
Tue, 17 May 2022 14:58:26 +0000 (16:58 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 17 May 2022 15:03:52 +0000 (17:03 +0200)
commit978036a0165c5531b3c4674d9ec7bddf762e3b52
treef5c2654fac1a88714bc1ac948dfd90fea57e6fe3
parent325d82b08696da17fb26bd2e1b6ba607649357fb
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)
libgomp/libgomp.texi