This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 5f9e48557e6 Daily bump. new 3a426e47412 fortran: Backport associate character length fixes [PR104228]
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/parse.c | 18 ++++++++++++++++++ gcc/fortran/resolve.c | 10 ++++++---- gcc/fortran/trans-stmt.c | 2 +- gcc/testsuite/gfortran.dg/asan_associate_58.f90 | 19 +++++++++++++++++++ gcc/testsuite/gfortran.dg/asan_associate_59.f90 | 19 +++++++++++++++++++ gcc/testsuite/gfortran.dg/associate_58.f90 | 21 +++++++++++++++++++++ 6 files changed, 84 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/asan_associate_58.f90 create mode 100644 gcc/testsuite/gfortran.dg/asan_associate_59.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_58.f90