This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 81f3d963e05 vect: Call vect_convert_output with the right vecitype [PR114108] new acc38ff5997 MIPS: Add -m(no-)strict-align option new 3fd46d859cd Fortran: Fix class/derived/complex function associate selec [...]
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/config/mips/mips.h | 2 +- gcc/config/mips/mips.opt | 12 +- gcc/config/mips/mips.opt.urls | 6 + gcc/doc/invoke.texi | 18 +- gcc/fortran/class.cc | 50 +++++ gcc/fortran/dump-parse-tree.cc | 17 +- gcc/fortran/expr.cc | 5 + gcc/fortran/gfortran.h | 15 ++ gcc/fortran/match.cc | 27 ++- gcc/fortran/parse.cc | 52 +++-- gcc/fortran/primary.cc | 170 ++++++++++++-- gcc/fortran/resolve.cc | 290 +++++++++++++++++++++--- gcc/fortran/symbol.cc | 76 ++++++- gcc/fortran/trans-expr.cc | 4 + gcc/fortran/trans-stmt.cc | 28 ++- gcc/testsuite/gfortran.dg/associate_64.f90 | 345 +++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/associate_65.f90 | 30 +++ gcc/testsuite/gfortran.dg/associate_66.f90 | 45 ++++ gcc/testsuite/gfortran.dg/associate_67.f90 | 41 ++++ gcc/testsuite/gfortran.dg/associate_68.f90 | 79 +++++++ 20 files changed, 1226 insertions(+), 86 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associate_64.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_65.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_66.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_67.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_68.f90