This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 52e297a3aa9 MAINTAINERS: Remove extraneous "Robert Dubner" entries new baa9b2b8d2e Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903]
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/array.cc | 172 +++++++++++++++------- gcc/fortran/coarray.cc | 2 + gcc/fortran/expr.cc | 12 +- gcc/fortran/gfortran.h | 9 +- gcc/fortran/resolve.cc | 75 ++++++++++ gcc/fortran/trans-array.cc | 9 ++ gcc/fortran/trans-intrinsic.cc | 50 ++++--- gcc/testsuite/gfortran.dg/coarray/coindexed_2.f90 | 44 ++++++ gcc/testsuite/gfortran.dg/coarray/coindexed_3.f08 | 30 ++++ gcc/testsuite/gfortran.dg/coarray/coindexed_4.f08 | 13 ++ 10 files changed, 342 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/coindexed_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/coarray/coindexed_3.f08 create mode 100644 gcc/testsuite/gfortran.dg/coarray/coindexed_4.f08