This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_lto in repository toolchain/ci/gcc.
from a63b99f24df libgo: use SYS_timer_settime32 adds 9ef2c9aa5b3 Daily bump. adds 9efe4e153d9 c++: constexpr, empty base after non-empty [PR106369] adds 351e3cad2c5 PR bootstrap/106472: Add libgo depends on libbacktrace to M [...] adds 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 [...] new 493f4e6cf08 PR target/106450: Tweak timode_remove_non_convertible_regs [...] new 525a1a73a5a Add rotl64ti2_doubleword pattern to i386.md
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: Makefile.def | 3 +- gcc/ChangeLog | 11 ++++++ gcc/DATESTAMP | 2 +- gcc/c-family/c-common.cc | 10 +++-- gcc/c-family/c-common.h | 8 ++-- gcc/c-family/c-opts.cc | 6 +++ gcc/config/i386/i386-features.cc | 46 ++++++++++++---------- gcc/config/i386/i386.md | 20 ++++++++++ gcc/cp/constexpr.cc | 8 +++- gcc/cp/parser.cc | 2 +- gcc/fortran/check.cc | 23 ++++++++++- gcc/fortran/match.cc | 24 ++++++----- gcc/fortran/match.h | 6 +-- gcc/fortran/primary.cc | 14 ++----- gcc/testsuite/c-c++-common/pragma-diag-15.c | 2 +- gcc/testsuite/g++.dg/cpp1z/constexpr-lambda27.C | 26 ++++++++++++ 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 +++++++++++ 21 files changed, 262 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda27.C 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