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 7b349838072 Daily bump. new 77cf842869d Fortran: ALLOCATE statement, SOURCE/MOLD expressions with s [...] new 1f5787e4b80 Fortran: do not evaluate polymorphic functions twice in ass [...]
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/trans-expr.cc | 4 + gcc/fortran/trans-stmt.cc | 10 ++- .../gfortran.dg/allocate_with_source_27.f90 | 20 +++++ .../gfortran.dg/allocate_with_source_28.f90 | 90 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr114012.f90 | 81 +++++++++++++++++++ 5 files changed, 203 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_27.f90 create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_28.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr114012.f90