From b79c973bddadb6ac8103c73a85025c997576415d Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 8 Sep 2022 14:01:14 +0200 Subject: [PATCH] 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) --- libgomp/ChangeLog.omp | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- 2.47.2