summaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-03-24 00:16:44 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-03-24 00:16:44 +0000
commitd1ca63a1b7d5986913b14567a4950b055a5a3f07 (patch)
tree49dc372d2b427a710d1abfd7ac5ce3f911bffa66 /libgomp
parent4cebae0924248beb2077894c6dc725c306fc0a69 (diff)
Daily bump.
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 30f6b7e355c..e1e60b98a31 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,13 @@
+2022-03-23 Tobias Burnus <tobias@codesourcery.com>
+
+ PR middle-end/104285
+ * testsuite/libgomp.c++/target-same-name-2-a.C: New test.
+ * testsuite/libgomp.c++/target-same-name-2-b.C: New test.
+ * testsuite/libgomp.c++/target-same-name-2.C: New test.
+ * testsuite/libgomp.c-c++-common/target-same-name-1-a.c: New test.
+ * testsuite/libgomp.c-c++-common/target-same-name-1-b.c: New test.
+ * testsuite/libgomp.c-c++-common/target-same-name-1.c: New test.
+
2022-03-22 Tom de Vries <tdevries@suse.de>
PR target/104916