This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a1a6b912b5f RISC-V: Add Zawrs ISA extension support new 8c357d884b1 Add 'libgomp.oacc-fortran/declare-allocatable-1.f90' new 59c6c5dbf26 Add 'libgomp.oacc-fortran/declare-allocatable-1-runtime.f90' new abeaf3735fe Add 'libgomp.oacc-fortran/declare-allocatable-array_descrip [...] new da8e0e1191c Support OpenACC 'declare create' with Fortran allocatable a [...] new f6ce1e77bbf Support OpenACC 'declare create' with Fortran allocatable a [...]
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libgomp/oacc-mem.c | 41 +- .../declare-allocatable-1-directive.f90 | 278 +++++++++++++ .../declare-allocatable-1-runtime.f90 | 278 +++++++++++++ .../libgomp.oacc-fortran/declare-allocatable-1.f90 | 268 +++++++++++++ ...re-allocatable-array_descriptor-1-directive.f90 | 438 +++++++++++++++++++++ ...lare-allocatable-array_descriptor-1-runtime.f90 | 402 +++++++++++++++++++ .../testsuite/libgomp.oacc-fortran/pr106643-1.f90 | 83 ++++ 7 files changed, 1786 insertions(+), 2 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/declare-allocatable-1-di [...] create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/declare-allocatable-1-ru [...] create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/declare-allocatable-1.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/declare-allocatable-arra [...] create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/declare-allocatable-arra [...] create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr106643-1.f90