]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: Clarify that omp_display_env is fully implemented
authorJakub Jelinek <jakub@redhat.com>
Thu, 8 Sep 2022 12:01:14 +0000 (14:01 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 8 Sep 2022 12:01:14 +0000 (14:01 +0200)
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/ChangeLog.omp

index acbcd39cb6d50c9ed9ec2fee0f35ccb6a1892a1e..b5075dfec57f7a4938f91614e81a31c46767a62d 100644 (file)
@@ -1,3 +1,11 @@
+2022-09-08  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backport from mainline:
+       2022-05-17  Jakub Jelinek  <jakub@redhat.com>
+
+       * libgomp.texi (OpenMP 5.1): Remove "Not inside target regions"
+       comment for omp_display_env feature.
+
 2022-09-05  Tobias Burnus  <tobias@codesourcery.com>
 
        Backport from mainline: