This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 39f9c426f58 c++: Fix unchecked use of CLASSTYPE_AS_BASE [PR113031] new 5ae6f524f5d Fortran: Fix problems with class array function selectors [ [...]
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/match.cc | 20 +++++++++-- gcc/fortran/parse.cc | 12 ++++++- gcc/fortran/resolve.cc | 2 +- gcc/fortran/trans-stmt.cc | 8 ++++- gcc/testsuite/gfortran.dg/associate_63.f90 | 57 ++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr111853.f90 | 16 +++++++++ 6 files changed, 109 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associate_63.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr111853.f90