diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-15 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-15 00:16:26 +0000 |
commit | faab61b585a8b4a42454f085dd6b7815992a98f5 (patch) | |
tree | d88ff5a679d4fda46b19836fa311e0690be9c53d /libgomp | |
parent | 406b452dc0e1254684365e3cec026258a39ba6c1 (diff) | |
download | gcc-faab61b585a8b4a42454f085dd6b7815992a98f5.tar.gz |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 4c815a6f741..59557b91a16 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> |