aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 4e42e0c..f238d98 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,13 @@
+2023-05-21 Tobias Burnus <tobias@codesourcery.com>
+
+ PR libgomp/109875
+ * config/gcn/target.c (GOMP_teams4): Honor nteams-var ICV.
+ * config/nvptx/target.c (GOMP_teams4): Likewise.
+ * testsuite/libgomp.c-c++-common/teams-nteams-icv-1.c: New test.
+ * testsuite/libgomp.c-c++-common/teams-nteams-icv-2.c: New test.
+ * testsuite/libgomp.c-c++-common/teams-nteams-icv-3.c: New test.
+ * testsuite/libgomp.c-c++-common/teams-nteams-icv-4.c: New test.
+
2023-05-19 Jakub Jelinek <jakub@redhat.com>
PR libgomp/109904