aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-05-04 00:19:22 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-05-04 00:19:22 +0000
commitc642277ccba36cb411c1e9b2f70a4fbb7916d18d (patch)
tree570447078ad8b231f3be8bd8a3392fb46d274601 /libgomp
parentb357af31b8d1e93f0f70133e25d3ad4045f7a32b (diff)
downloadgcc-c642277ccba36cb411c1e9b2f70a4fbb7916d18d.zip
gcc-c642277ccba36cb411c1e9b2f70a4fbb7916d18d.tar.gz
gcc-c642277ccba36cb411c1e9b2f70a4fbb7916d18d.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index aac1d80..3b392e3 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,48 @@
+2023-05-03 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-02-16 Jakub Jelinek <jakub@redhat.com>
+
+ * libgomp.texi: Fix typos - theads -> threads.
+
+2023-05-03 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-12-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/108180
+ * testsuite/libgomp.c++/pr108180.C: New test.
+
+2023-05-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.
+
+2023-05-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.
+
+2023-05-03 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-06-21 Jakub Jelinek <jakub@redhat.com>
+ Paul Iannetta <piannetta@kalrayinc.com>
+
+ PR libgomp/106045
+ * testsuite/libgomp.c/target-31.c: Add private (i) clause.
+
2022-06-28 Release Manager
* GCC 10.4.0 released.