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_build/master-aarch64 in repository toolchain/ci/gcc.
from b04c399e258 c++: Fix location for -Wunused-macros [PR66290] new 0110cfd5449 Fortran: fix invalid rank error in ASSOCIATED when rank is [...] new d325e7048c8 Fortran: detect blanks within literal constants in free-for [...]
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/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