This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 174e79bf733 [Fortran, OpenMP] Fix allocatable-components check (PR67311) new 102502e32ea [OpenMP, Fortran] Add structure/derived-type element mapping
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/openmp.c | 5 +- gcc/fortran/trans-openmp.c | 332 +++++++++++++++------ gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 4 +- gcc/testsuite/gfortran.dg/gomp/map-1.f90 | 35 +-- gcc/testsuite/gfortran.dg/gomp/map-2.f90 | 6 + .../libgomp.fortran/struct-elem-map-1.f90 | 331 ++++++++++++++++++++ 6 files changed, 595 insertions(+), 118 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-2.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/struct-elem-map-1.f90