aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-04-22 00:16:32 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-04-22 00:16:32 +0000
commitc1ef0c9234c29c33397b7687ba54c1221fcbcb6b (patch)
tree7d2e666dc69015f866ea28852c4ff341a383893d /libgomp
parent0c0bdcc60cfa0e87b3b9abc1460a7073b199d38a (diff)
downloadgcc-c1ef0c9234c29c33397b7687ba54c1221fcbcb6b.zip
gcc-c1ef0c9234c29c33397b7687ba54c1221fcbcb6b.tar.gz
gcc-c1ef0c9234c29c33397b7687ba54c1221fcbcb6b.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 7b939ad..10ad750 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,24 @@
+2021-04-21 Tobias Burnus <tobias@codesourcery.com>
+
+ * testsuite/libgomp.fortran/depobj-1.f90: Use omp_lib's
+ omp_depend_kind instead of defining it as 16.
+
+2021-04-21 Tobias Burnus <tobias@codesourcery.com>
+
+ * testsuite/lib/libgomp.exp (offload_target_to_openacc_device_type):
+ New, based on check_effective_target_offload_target_nvptx.
+ (check_effective_target_offload_target_nvptx): Call it.
+ (check_effective_target_offload_target_amdgcn): New.
+ * testsuite/libgomp.c-c++-common/function-not-offloaded.c:
+ Require target offload_target_nvptx || offload_target_amdgcn.
+ * testsuite/libgomp.c-c++-common/variable-not-offloaded.c: Likewise.
+ * testsuite/libgomp.c/pr86416-1.c: Likewise.
+ * testsuite/libgomp.c/pr86416-2.c: Likewise.
+
+2021-04-21 Tobias Burnus <tobias@codesourcery.com>
+
+ * testsuite/libgomp.fortran/depobj-1.f90: New test.
+
2021-04-19 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/libgomp.oacc-c-c++-common/declare-vla-kernels-decompose-ice-1.c: