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_O3 in repository toolchain/ci/gcc.
from 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 [...] adds 5d8637208d3 lto: replace $target with $host in configure.ac [PR106170] adds 71f068a9b33 Update configure to check for a recent gnat Ada compiler. adds 388fbbd895e match.pd: Add new division pattern [PR104992] adds b64e937ccde openmp-simd-clone: Match shift types adds 32566720f3a btf: emit linkage information in BTF_KIND_FUNC entries adds 80928920147 x86: Add ix86_ifunc_ref_local_ok new 96e5f6696a1 PR target/106481: Handle CONST_WIDE_INT in REG_EQUAL during [...]
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 ++ config/acx.m4 | 6 +- configure | 8 +- gcc/ChangeLog | 16 +++ gcc/DATESTAMP | 2 +- gcc/btfout.cc | 6 +- gcc/c-family/ChangeLog | 9 ++ gcc/config/i386/i386-features.cc | 11 ++- gcc/config/i386/i386.cc | 15 ++- gcc/cp/ChangeLog | 12 +++ gcc/ctfc.cc | 3 +- gcc/ctfc.h | 3 +- gcc/dwarf2ctf.cc | 4 +- gcc/fortran/ChangeLog | 23 +++++ gcc/gimple-range-fold.cc | 10 +- gcc/match.pd | 6 ++ gcc/omp-simd-clone.cc | 10 +- gcc/testsuite/ChangeLog | 29 ++++++ gcc/testsuite/g++.dg/pr104992-1.C | 30 ++++++ gcc/testsuite/gcc.dg/debug/btf/btf-function-4.c | 14 +++ gcc/testsuite/gcc.dg/debug/btf/btf-function-5.c | 14 +++ gcc/testsuite/gcc.dg/pr104992.c | 57 +++++++++++ gcc/testsuite/gcc.target/i386/pr106481.c | 17 ++++ gcc/testsuite/gcc.target/i386/pr83782-1.c | 8 +- gcc/testsuite/gcc.target/i386/pr83782-2.c | 4 +- gcc/testsuite/gcc.target/i386/pr83782-3.c | 32 ++++++ gcc/value-range.cc | 108 +++++++++++++-------- gcc/value-range.h | 86 ++++++++-------- libgfortran/io/transfer.c | 24 +++++ .../sanitizer_platform_limits_posix.h | 7 +- lto-plugin/configure | 2 +- lto-plugin/configure.ac | 2 +- 32 files changed, 476 insertions(+), 108 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr104992-1.C create mode 100644 gcc/testsuite/gcc.dg/debug/btf/btf-function-4.c create mode 100644 gcc/testsuite/gcc.dg/debug/btf/btf-function-5.c create mode 100644 gcc/testsuite/gcc.dg/pr104992.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106481.c create mode 100644 gcc/testsuite/gcc.target/i386/pr83782-3.c