aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-11-04 00:21:37 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-11-04 00:21:37 +0000
commit14a92220a2f061328aae32ee6b5cdc7f62375902 (patch)
treef4609aa9061dc451a082696c656f672ec7bd2be2 /libgomp/ChangeLog
parent35e8b889af144faad074c0fceed0390143ec37dd (diff)
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index dfb73a9d183..349cc6d4769 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,24 @@
+2022-11-03 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-10-12 Jakub Jelinek <jakub@redhat.com>
+
+ * task.c (gomp_create_artificial_team): Fix up handling of invocations
+ from within explicit task.
+ * target.c (GOMP_target_ext): Likewise.
+ * testsuite/libgomp.c/task-7.c: New test.
+ * testsuite/libgomp.c/task-8.c: New test.
+ * testsuite/libgomp.c-c++-common/task-reduction-17.c: New test.
+ * testsuite/libgomp.c-c++-common/task-reduction-18.c: New test.
+
+2022-11-03 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-09-24 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/106981
+ * testsuite/libgomp.c-c++-common/pr106981.c: New test.
+
2022-10-28 Julian Brown <julian@codesourcery.com>
Backported from master: