This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/gcc.
from b04c399e258 c++: Fix location for -Wunused-macros [PR66290] adds 0110cfd5449 Fortran: fix invalid rank error in ASSOCIATED when rank is [...] adds d325e7048c8 Fortran: detect blanks within literal constants in free-for [...]
No new revisions were added by this update.
Summary of changes: gcc/fortran/check.cc | 23 ++++++++++++++++-- gcc/fortran/match.cc | 24 +++++++++++-------- gcc/fortran/match.h | 6 ++--- gcc/fortran/primary.cc | 14 +++-------- gcc/testsuite/gfortran.dg/associated_target_9a.f90 | 27 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/associated_target_9b.f90 | 23 ++++++++++++++++++ gcc/testsuite/gfortran.dg/literal_constants.f | 20 ++++++++++++++++ gcc/testsuite/gfortran.dg/literal_constants.f90 | 24 +++++++++++++++++++ 8 files changed, 136 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associated_target_9a.f90 create mode 100644 gcc/testsuite/gfortran.dg/associated_target_9b.f90 create mode 100644 gcc/testsuite/gfortran.dg/literal_constants.f create mode 100644 gcc/testsuite/gfortran.dg/literal_constants.f90