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 68fd1665f0f testsuite: Correct dg-error to dg-warning for cmpccxadd tes [...] new 3b80ff5b422 Fortran: Fix ASSOCIATE with assumed-length character array [...] new b706a96cdfe Fortran: Fix problem with substring selectors in ASSOCIATE [...] new 50139164b16 Fortran: Fix problems with substring selectors in ASSOCIATE [...] new af07851b385 Fortran: Fix associate_69.f90 that fails on some platforms [...]
The 4 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/resolve.cc | 33 +++++++++++++--- gcc/fortran/trans-stmt.cc | 19 +++++++--- gcc/testsuite/gfortran.dg/associate_69.f90 | 35 +++++++++++++++++ gcc/testsuite/gfortran.dg/associate_70.f90 | 60 ++++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associate_69.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_70.f90