diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-03 00:17:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-03 00:17:32 +0000 |
commit | 58035eeece7894d1936db6bf0dd4f8eedd07a479 (patch) | |
tree | f4e1a9d6cc3f995e6c02aac4308c9bb160b766cd /libgomp | |
parent | 41602c85ac2414edfbca5c4b0ba520d47f0189ce (diff) | |
download | gcc-58035eeece7894d1936db6bf0dd4f8eedd07a479.zip gcc-58035eeece7894d1936db6bf0dd4f8eedd07a479.tar.gz gcc-58035eeece7894d1936db6bf0dd4f8eedd07a479.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 477b35f..7302bde 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,38 @@ +2022-11-02 Thomas Schwinge <thomas@codesourcery.com> + + PR libgomp/106643 + PR fortran/96668 + * oacc-mem.c (goacc_enter_data_internal): Support + OpenACC 'declare create' with Fortran allocatable arrays, part II. + * testsuite/libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-directive.f90: + Adjust. + * testsuite/libgomp.oacc-fortran/pr106643-1.f90: New. + +2022-11-02 Thomas Schwinge <thomas@codesourcery.com> + + PR libgomp/106643 + * oacc-mem.c (goacc_enter_data_internal): Support + OpenACC 'declare create' with Fortran allocatable arrays, part I. + * testsuite/libgomp.oacc-fortran/declare-allocatable-1-directive.f90: + New. + * testsuite/libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-directive.f90: + New. + +2022-11-02 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-runtime.f90: + New. + +2022-11-02 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.oacc-fortran/declare-allocatable-1-runtime.f90: + New. + +2022-11-02 Cesar Philippidis <cesar@codesourcery.com> + Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.oacc-fortran/declare-allocatable-1.f90: New. + 2022-10-28 Julian Brown <julian@codesourcery.com> Thomas Schwinge <thomas@codesourcery.com> |