summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-02-11 00:16:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-02-11 00:16:25 +0000
commita645583d4d68eecdd9101e1013e7bf01907ea786 (patch)
tree206b22413b8375e1c681cb5533a25a1528bea3d6 /libgomp/ChangeLog
parent50243f4918c2ed7f1ddbf0e8df97a37aee73ebf2 (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 daa3bff0ea5..e04e6635ad6 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,24 @@
+2022-02-10 Tobias Burnus <tobias@codesourcery.com>
+
+ PR c++/102204
+ * testsuite/libgomp.c++/target-virtual-1.C: New test.
+
+2022-02-10 Marcel Vollweiler <marcel@codesourcery.com>
+
+ * libgomp.texi: Updated entry for HAS_DEVICE_ADDR.
+ * target.c (copy_firstprivate_data): Copy only if host address is not
+ NULL.
+ * testsuite/libgomp.c++/target-has-device-addr-2.C: New test.
+ * testsuite/libgomp.c++/target-has-device-addr-4.C: New test.
+ * testsuite/libgomp.c++/target-has-device-addr-5.C: New test.
+ * testsuite/libgomp.c++/target-has-device-addr-6.C: New test.
+ * testsuite/libgomp.c-c++-common/target-has-device-addr-1.c: New test.
+ * testsuite/libgomp.c/target-has-device-addr-3.c: New test.
+ * testsuite/libgomp.fortran/target-has-device-addr-1.f90: New test.
+ * testsuite/libgomp.fortran/target-has-device-addr-2.f90: New test.
+ * testsuite/libgomp.fortran/target-has-device-addr-3.f90: New test.
+ * testsuite/libgomp.fortran/target-has-device-addr-4.f90: New test.
+
2022-02-08 Jakub Jelinek <jakub@redhat.com>
PR libgomp/104385