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_bootstrap/master-aarch64-check_bootstrap in repository toolchain/ci/gcc.
from 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 [...] adds 493f4e6cf08 PR target/106450: Tweak timode_remove_non_convertible_regs [...] adds 525a1a73a5a Add rotl64ti2_doubleword pattern to i386.md adds 4a7274ddc49 Daily bump. adds 1efeaf99bd8 libsanitizer: Cherry-pick 2bfb0fcb51510f22723c8cdfefe from [...] adds 460dcec49f8 Make irange dependency explicit for range_of_ssa_name_with_ [...] adds 7e029e067d8 const_tree conversion of vrange::supports_* adds 3f05605364f Cleanups to frange. adds 82ac4cd2138 libfortran: Fix up boz_15.f90 on powerpc64le with -mabi=iee [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 6 ++ Makefile.def | 3 +- gcc/ChangeLog | 16 +++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 ++ 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/ChangeLog | 12 +++ gcc/cp/parser.cc | 2 +- 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/gimple-range-fold.cc | 10 +- gcc/testsuite/ChangeLog | 29 ++++++ gcc/testsuite/c-c++-common/pragma-diag-15.c | 2 +- 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 +++++ gcc/value-range.cc | 108 +++++++++++++-------- gcc/value-range.h | 86 ++++++++-------- libgfortran/io/transfer.c | 24 +++++ .../sanitizer_platform_limits_posix.h | 7 +- 29 files changed, 462 insertions(+), 142 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