This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 3fb6b575593 fortran: Fix setting of array lower bound for named arrays new 8f7d25feef1 fortran: OpenMP/OpenACC array mapping alignment fix (PR90030)
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-openmp.c | 19 ++++------ gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 8 ++-- .../gfortran.dg/gomp/affinity-clause-1.f90 | 6 +-- .../gfortran.dg/gomp/affinity-clause-5.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/defaultmap-4.f90 | 44 ++++++++++++---------- gcc/testsuite/gfortran.dg/gomp/defaultmap-5.f90 | 30 +++++++-------- gcc/testsuite/gfortran.dg/gomp/defaultmap-6.f90 | 20 +++++----- gcc/testsuite/gfortran.dg/gomp/map-3.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/pr78260-2.f90 | 8 ++-- gcc/testsuite/gfortran.dg/gomp/pr78260-3.f90 | 4 +- libgomp/testsuite/libgomp.fortran/pr90030.f90 | 3 ++ libgomp/testsuite/libgomp.oacc-fortran/pr90030.f90 | 29 ++++++++++++++ 12 files changed, 105 insertions(+), 74 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/pr90030.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr90030.f90