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 1a6d04fce7d i386: Unify {general,timode}_scalar_chain::convert_op [PR111822] new 9623e5dd70b Fortran: error recovery in frontend optimization [PR103715] new 5b928badac5 Fortran: fix IS_CONTIGUOUS for polymorphic dummy arguments [...]
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/expr.cc | 19 ++++--- gcc/fortran/frontend-passes.cc | 3 + gcc/testsuite/gfortran.dg/is_contiguous_4.f90 | 81 +++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr103715.f90 | 12 ++++ 4 files changed, 106 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/is_contiguous_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr103715.f90