aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-08-06 00:16:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-08-06 00:16:26 +0000
commitaa5ea20c2bf5f730acb3d161978d70559705400c (patch)
treeffd77b37286cba5eedfe3fd7cc339b45a784f8ca /libgomp
parentb2d4ba65dca05c0f239dcaf5080f88137ce7b54c (diff)
downloadgcc-aa5ea20c2bf5f730acb3d161978d70559705400c.zip
gcc-aa5ea20c2bf5f730acb3d161978d70559705400c.tar.gz
gcc-aa5ea20c2bf5f730acb3d161978d70559705400c.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index d531e51..c2708fe 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,19 @@
+2020-08-05 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/libgomp.c/loop-22.c: New test.
+ * testsuite/libgomp.c/loop-23.c: New test.
+
+2020-08-05 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/96459
+ * testsuite/libgomp.c/teams-3.c: New test.
+ * testsuite/libgomp.c-c++-common/for-2.h (OMPTEAMS): Define to nothing
+ if not defined yet.
+ (N(test)): Use it before all N(f*) calls.
+ * testsuite/libgomp.c-c++-common/for-14.c (DO_PRAGMA, OMPTEAMS): Define.
+ (main): Don't call all test_* functions from within
+ #pragma omp teams reduction(|:err), call them directly.
+
2020-08-04 Tom de Vries <tdevries@suse.de>
PR target/96428