aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-11-15 00:16:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-11-15 00:16:26 +0000
commitfaab61b585a8b4a42454f085dd6b7815992a98f5 (patch)
treed88ff5a679d4fda46b19836fa311e0690be9c53d /libgomp
parent406b452dc0e1254684365e3cec026258a39ba6c1 (diff)
downloadgcc-faab61b585a8b4a42454f085dd6b7815992a98f5.zip
gcc-faab61b585a8b4a42454f085dd6b7815992a98f5.tar.gz
gcc-faab61b585a8b4a42454f085dd6b7815992a98f5.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 4c815a6..59557b9 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,16 @@
+2020-11-14 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/libgomp.c-c++-common/allocate-1.c (struct S): New type.
+ (foo): Add tests for non-VLA private and firstprivate clauses on
+ omp task.
+ (bar): Likewise. Remove taking of address from private/firstprivate
+ variables.
+ * testsuite/libgomp.c++/allocate-1.C (struct S): New type.
+ (foo): Add p, q, px and s arguments. Add tests for array reductions
+ and for non-VLA private and firstprivate clauses on omp task.
+ (bar): Removed.
+ (main): Adjust foo caller. Don't call bar.
+
2020-11-13 Gergö Barany <gergo@codesourcery.com>
Thomas Schwinge <thomas@codesourcery.com>