This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7768cadb424 c++: Fix up build_zero_init_1 once more [PR99106] new d28f3da11d8 openacc: Fix lowering for derived-type mappings through arr [...] new 366cf1127a5 openacc: Strided array sections and components of derived-t [...]
The 2 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: gcc/fortran/openmp.c | 64 ++++--- gcc/fortran/trans-openmp.c | 192 ++++++++++++--------- gcc/gimplify.c | 12 ++ .../gfortran.dg/goacc/array-with-dt-1.f90 | 11 ++ .../gfortran.dg/goacc/array-with-dt-2.f90 | 5 +- .../gfortran.dg/goacc/array-with-dt-3.f90 | 14 ++ .../gfortran.dg/goacc/array-with-dt-4.f90 | 18 ++ .../gfortran.dg/goacc/array-with-dt-5.f90 | 12 ++ .../gfortran.dg/goacc/array-with-dt-6.f90 | 10 ++ .../gfortran.dg/goacc/derived-chartypes-1.f90 | 3 - .../gfortran.dg/goacc/derived-chartypes-2.f90 | 3 - .../gfortran.dg/goacc/derived-classtypes-1.f95 | 8 +- .../gfortran.dg/goacc/mapping-tests-2.f90 | 4 +- gcc/testsuite/gfortran.dg/goacc/ref_inquiry.f90 | 8 - gcc/testsuite/gfortran.dg/gomp/ref_inquiry.f90 | 4 - .../libgomp.oacc-fortran/array-stride-dt-1.f90 | 5 +- .../libgomp.oacc-fortran/derivedtypes-arrays-1.f90 | 109 ++++++++++++ .../libgomp.oacc-fortran/update-dt-array.f90 | 53 ++++++ 18 files changed, 398 insertions(+), 137 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-3.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-4.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-5.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-6.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/derivedtypes-arrays-1.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/update-dt-array.f90