aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-04-16 00:16:23 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-04-16 00:16:23 +0000
commitee351f7fdbd82f8947fe9a0e74cea65d216a8549 (patch)
tree4a3c8c3aa21a5b589d7755293ab84fc89ec68586 /libgomp
parentda879e01ecd35737c18be1da3324f4560aba1961 (diff)
downloadgcc-ee351f7fdbd82f8947fe9a0e74cea65d216a8549.zip
gcc-ee351f7fdbd82f8947fe9a0e74cea65d216a8549.tar.gz
gcc-ee351f7fdbd82f8947fe9a0e74cea65d216a8549.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index ca800b8..b268673 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,14 @@
+2021-04-15 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR target/99555
+ * testsuite/lib/libgomp.exp
+ (check_effective_target_offload_device_nvptx): New.
+ * testsuite/libgomp.c/pr99555-1.c <nvptx offload device>: Until
+ resolved, make sure that we exit quickly, with error status,
+ XFAILed.
+ * testsuite/libgomp.c-c++-common/task-detach-6.c: Likewise.
+ * testsuite/libgomp.fortran/task-detach-6.f90: Likewise.
+
2021-04-14 Jakub Jelinek <jakub@redhat.com>
PR testsuite/100071