aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-08-08 00:18:23 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-08-08 00:18:23 +0000
commitea973bd4929e113ad438c9fc385c68dac88490aa (patch)
treeba07c4d6ddd0b3a9e89bb6a53310ac33833d0935 /libgomp/ChangeLog
parentac8a87c4e345c71c32984625ce4a5a74a710b501 (diff)
downloadgcc-ea973bd4929e113ad438c9fc385c68dac88490aa.zip
gcc-ea973bd4929e113ad438c9fc385c68dac88490aa.tar.gz
gcc-ea973bd4929e113ad438c9fc385c68dac88490aa.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 834fbb8..74a3893 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,20 @@
+2024-08-07 Julian Brown <julian@codesourcery.com>
+ Tobias Burnus <tobias@baylibre.com>
+
+ * testsuite/libgomp.c++/static-aggr-constructor-destructor-1.C: New test.
+ * testsuite/libgomp.c++/static-aggr-constructor-destructor-2.C: New test.
+ * testsuite/libgomp.c++/static-aggr-constructor-destructor-3.C: New test.
+ * testsuite/libgomp.c-c++-common/target-is-initial-host.c: New test.
+ * testsuite/libgomp.c-c++-common/target-is-initial-host-2.c: New test.
+ * testsuite/libgomp.fortran/target-is-initial-host.f: New test.
+ * testsuite/libgomp.fortran/target-is-initial-host.f90: New test.
+ * testsuite/libgomp.fortran/target-is-initial-host-2.f90: New test.
+
+2024-08-07 Tobias Burnus <tburnus@baylibre.com>
+
+ * testsuite/libgomp.c-c++-common/target-link-2.c: Reset variable
+ value to handle multi-device tests.
+
2024-08-06 Tobias Burnus <tburnus@baylibre.com>
* target.c (gomp_load_image_to_device): Extend fatal-error message;