This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e62a23cc3a fortran: Implement optional type spec for DO CONCURRENT [PR96255] new 1eb696fc092 fortran: Fix ICE and self-assignment bugs with recursive al [...]
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/class.cc | 25 ++++- gcc/fortran/trans-expr.cc | 60 +++++++++--- .../gfortran.dg/finalizer_recursive_alloc_1.f90 | 15 +++ .../gfortran.dg/finalizer_recursive_alloc_2.f90 | 32 +++++++ .../gfortran.dg/finalizer_self_assign.f90 | 101 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr112459.f90 | 4 +- 6 files changed, 223 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/finalizer_recursive_alloc_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/finalizer_recursive_alloc_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/finalizer_self_assign.f90