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 53bc98f5355 strlen: Fix up !si->full_string_p handling in count_nonzero [...] new 2ebf3af1f84 Fortran: fix reallocation on assignment of polymorphic vari [...] new f0b88ec4ae8 Fortran: fix issues with class(*) assignment [PR114827]
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-array.cc | 16 +++ gcc/fortran/trans-expr.cc | 52 +++++--- gcc/testsuite/gfortran.dg/asan/pr110415-2.f90 | 45 +++++++ gcc/testsuite/gfortran.dg/asan/pr110415-3.f90 | 49 ++++++++ .../gfortran.dg/asan/unlimited_polymorphic_34.f90 | 135 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr110415.f90 | 20 +++ 6 files changed, 303 insertions(+), 14 deletions(-) create mode 100755 gcc/testsuite/gfortran.dg/asan/pr110415-2.f90 create mode 100755 gcc/testsuite/gfortran.dg/asan/pr110415-3.f90 create mode 100644 gcc/testsuite/gfortran.dg/asan/unlimited_polymorphic_34.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr110415.f90