From: Jakub Jelinek Date: Thu, 8 Sep 2022 12:01:14 +0000 (+0200) Subject: libgomp: Clarify that omp_display_env is fully implemented X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79c973bddadb6ac8103c73a85025c997576415d;p=thirdparty%2Fgcc.git 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 --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index acbcd39cb6d5..b5075dfec57f 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,11 @@ +2022-09-08 Tobias Burnus + + Backport from mainline: + 2022-05-17 Jakub Jelinek + + * libgomp.texi (OpenMP 5.1): Remove "Not inside target regions" + comment for omp_display_env feature. + 2022-09-05 Tobias Burnus Backport from mainline: