aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-05-27 00:16:53 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-05-27 00:16:53 +0000
commit01c59ef2e5a59b44d2b662361196abb6be872a20 (patch)
treed03f010a019a5b25d708b6caef62114a77301653 /libgomp
parent58523f23fefcef0850841e7055d75d4309f0453e (diff)
downloadgcc-01c59ef2e5a59b44d2b662361196abb6be872a20.zip
gcc-01c59ef2e5a59b44d2b662361196abb6be872a20.tar.gz
gcc-01c59ef2e5a59b44d2b662361196abb6be872a20.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index accd3df..67bf1f0 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,18 @@
+2021-05-26 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgomp/100573
+ * config/nvptx/target.c (GOMP_target_ext, GOMP_target_data_ext,
+ GOMP_target_end_data, GOMP_target_update_ext,
+ GOMP_target_enter_exit_data): New dummy entrypoints.
+ * config/gcn/target.c (GOMP_target_ext, GOMP_target_data_ext,
+ GOMP_target_end_data, GOMP_target_update_ext,
+ GOMP_target_enter_exit_data): Likewise.
+ * testsuite/libgomp.c-c++-common/for-3.c (DO_PRAGMA, OMPTEAMS,
+ OMPFROM, OMPTO): Define.
+ (main): Remove #pragma omp target teams around all the tests.
+ * testsuite/libgomp.c-c++-common/target-41.c: New test.
+ * testsuite/libgomp.c-c++-common/target-42.c: New test.
+
2021-05-25 Jakub Jelinek <jakub@redhat.com>
PR middle-end/99928