This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 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 [...] adds 493f4e6cf08 PR target/106450: Tweak timode_remove_non_convertible_regs [...] adds 525a1a73a5a Add rotl64ti2_doubleword pattern to i386.md new 4a7274ddc49 Daily bump.
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: ChangeLog | 6 +++ gcc/ChangeLog | 16 ++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 +++++ gcc/config/i386/i386-features.cc | 46 ++++++++++++---------- gcc/config/i386/i386.md | 20 ++++++++++ gcc/cp/ChangeLog | 12 ++++++ gcc/fortran/ChangeLog | 23 +++++++++++ gcc/fortran/check.cc | 23 ++++++++++- gcc/fortran/match.cc | 24 ++++++----- gcc/fortran/match.h | 6 +-- gcc/fortran/primary.cc | 14 ++----- gcc/testsuite/ChangeLog | 29 ++++++++++++++ gcc/testsuite/gcc.target/i386/pr106450.c | 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 +++++++++++ 18 files changed, 292 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr106450.c 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