This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from 9cb4ef1e56c Fortran/OpenMP: Fix DT struct-component with 'alloc' and ar [...] new 9fd571cbd99 Add 'libgomp.oacc-fortran/declare-allocatable-1.f90' new 63918a81a59 Add 'libgomp.oacc-fortran/declare-allocatable-1-runtime.f90' new 184bb427eb5 Add 'libgomp.oacc-fortran/declare-allocatable-array_descrip [...] new 511b9790fa8 Support OpenACC 'declare create' with Fortran allocatable a [...] new 5a9e5a7d20e Support OpenACC 'declare create' with Fortran allocatable a [...] new 5a3111c3d60 XFAIL some OpenACC 'kernels' confusion in 'libgomp.oacc-for [...] new 5f1635e2e69 Fortran "declare create"/allocate support for OpenACC: adju [...] new f8a1c619be1 Fortran "declare create"/allocate support for OpenACC: adju [...]
The 8 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/ChangeLog.omp | 63 +++ libgomp/oacc-mem.c | 41 +- .../declare-allocatable-1-directive.f90 | 287 ++++++++++++++ .../declare-allocatable-1-runtime.f90 | 287 ++++++++++++++ .../libgomp.oacc-fortran/declare-allocatable-1.f90 | 135 +++++-- ...re-allocatable-array_descriptor-1-directive.f90 | 433 +++++++++++++++++++++ ...lare-allocatable-array_descriptor-1-runtime.f90 | 433 +++++++++++++++++++++ .../declare-allocatable-array_descriptor-1.f90 | 405 +++++++++++++++++++ .../testsuite/libgomp.oacc-fortran/pr106643-1.f90 | 83 ++++ 9 files changed, 2129 insertions(+), 38 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-arra [...] 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