diff options
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 7b046b8..4c815a6 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,27 @@ +2020-11-13 Gergö Barany <gergo@codesourcery.com> + Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.oacc-c-c++-common/declare-vla-kernels-decompose-ice-1.c: + New. + * testsuite/libgomp.oacc-c-c++-common/declare-vla-kernels-decompose.c: + Likewise. + * testsuite/libgomp.oacc-c-c++-common/kernels-decompose-1.c: + Likewise. + * testsuite/libgomp.oacc-c-c++-common/declare-vla.c: Adjust. + * testsuite/libgomp.oacc-fortran/pr94358-1.f90: Likewise. + +2020-11-13 Gergö Barany <gergo@codesourcery.com> + Thomas Schwinge <thomas@codesourcery.com> + + PR fortran/94358 + * testsuite/libgomp.oacc-fortran/pr94358-1.f90: New. + +2020-11-13 Jakub Jelinek <jakub@redhat.com> + + * testsuite/libgomp.c-c++-common/allocate-1.c (foo): Add tests + for array reductions. + (main): Adjust foo callers. + 2020-11-12 Jakub Jelinek <jakub@redhat.com> * libgomp.map (GOMP_alloc, GOMP_free): Export at GOMP_5.0.1. |