This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ddbc6171b3 libstdc++: Regenerate configure new 80bb0b8a81f Fortran/OpenMP: Fix mapping of array descriptors and deferr [...]
The 1 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/trans-decl.cc | 2 + gcc/fortran/trans-openmp.cc | 336 +++++++++---- gcc/gimplify.cc | 42 +- gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 4 +- gcc/testsuite/gfortran.dg/gomp/map-10.f90 | 69 +++ gcc/testsuite/gfortran.dg/gomp/map-9.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/pr78260-2.f90 | 6 +- .../gfortran.dg/gomp/target-exit-data.f90 | 4 +- .../libgomp.fortran/target-enter-data-3.f90 | 2 +- .../libgomp.fortran/target-enter-data-4.f90 | 540 +++++++++++++++++++++ .../libgomp.fortran/target-enter-data-5.f90 | 540 +++++++++++++++++++++ .../libgomp.fortran/target-enter-data-6.f90 | 392 +++++++++++++++ .../libgomp.fortran/target-enter-data-7.f90 | 78 +++ 13 files changed, 1877 insertions(+), 140 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-10.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-enter-data-4.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-enter-data-5.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-enter-data-6.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-enter-data-7.f90