This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 9f204cc695d Fortran: Fix a gimplifier ICE/wrong result with finalizatio [...] new f598a1c8a77 Fortran: Fix wrong recursive errors and class initializatio [...] new 42993551020 Fortran: Add error for subroutine passed to a variable dumm [...]
The 2 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/interface.cc | 20 +++++++++- gcc/fortran/resolve.cc | 23 +++++++++-- gcc/fortran/trans-expr.cc | 16 ++++++++ gcc/testsuite/gfortran.dg/pr106999.f90 | 33 +++++++++++++++ gcc/testsuite/gfortran.dg/pr112407a.f90 | 71 +++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr112407b.f90 | 58 +++++++++++++++++++++++++++ 6 files changed, 216 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr106999.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr112407a.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr112407b.f90