summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-06-30 00:16:52 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-06-30 00:16:52 +0000
commit6bc18203dd2a696cdfcd9d45eae3b9cce7b08822 (patch)
tree5ee9ebd1e9d25a30efdd0eb9b8fd2979a13241c3 /libgomp/ChangeLog
parent1cb5e50f9845466f0aaeb35f620bf9e25d8246c1 (diff)
downloadgcc-6bc18203dd2a696cdfcd9d45eae3b9cce7b08822.tar.gz
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index c0f2a5fc9a7..827b84079d5 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,19 @@
+2021-06-29 Tobias Burnus <tobias@codesourcery.com>
+
+ PR other/67300
+ * testsuite/libgomp.c-c++-common/reduction-16.c: Replace
+ -foffload=nvptx-none= by -foffload-options=nvptx-none= to
+ avoid disabling other offload targets.
+ * testsuite/libgomp.c-c++-common/reduction-5.c: Likewise.
+ * testsuite/libgomp.c-c++-common/reduction-6.c: Likewise.
+ * testsuite/libgomp.c/target-44.c: Likewise.
+
+2021-06-29 Tobias Burnus <tobias@codesourcery.com>
+
+ * testsuite/libgomp.fortran/defaultmap-8.f90 (bar): Determine whether
+ target has shared memory and disable some scalar pointer/allocatable
+ checks if not as firstprivate does not work.
+
2021-06-25 Chung-Lin Tang <cltang@codesourcery.com>
PR testsuite/101114