This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9cbcf8d1de1 gnat: fix lto-type-mismatch between C_Version_String and gn [...] new 8871489c516 Allow coarrays in select type. [PR46371, PR56496]
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/expr.cc | 4 +++ gcc/fortran/trans-stmt.cc | 10 ++----- .../gfortran.dg/coarray/select_type_1.f90 | 34 ++++++++++++++++++++++ .../gfortran.dg/coarray/select_type_2.f90 | 19 ++++++++++++ .../gfortran.dg/coarray/select_type_3.f90 | 23 +++++++++++++++ 5 files changed, 83 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/select_type_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/coarray/select_type_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/coarray/select_type_3.f90