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_check_gcc/release-aarch64 in repository toolchain/ci/gcc.
from fdc2700d095 Daily bump. adds 742d2244e33 Daily bump. adds d60e310a4b5 ipa/102714 - IPA SRA eliding volatile adds 41bea618a77 [PR102842] Consider all outputs in generation of matching reloads adds fb87e2af555 ranger: Fix `-Werror' build error with `ranger_cache::push_ [...] adds 05fd46b833c Daily bump. adds fbd61aadf5d i386: Fix wrong result for AMX-TILE intrinsic when parsing [...] adds 3bfc70ca114 x86: Check leal/addl gcc.target/i386/amxtile-3.c for x32 new 1907147a35f 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: gcc/ChangeLog | 28 +++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/amxtileintrin.h | 6 +- gcc/gimple-range-cache.cc | 2 +- gcc/ipa-sra.c | 40 +++++----- gcc/lra-constraints.c | 17 ++--- gcc/testsuite/ChangeLog | 24 ++++++ gcc/testsuite/g++.target/arm/pr102842.C | 30 ++++++++ gcc/testsuite/gcc.dg/ipa/pr102714.c | 117 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/amxtile-3.c | 34 +++++++++ 10 files changed, 265 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.target/arm/pr102842.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr102714.c create mode 100644 gcc/testsuite/gcc.target/i386/amxtile-3.c