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-arm-bootstrap in repository toolchain/ci/gcc.
from b2b72757b22 Daily bump. adds 773dffc50fb xtensa: Optimize integer constant addition that is between [...] adds 2ae7895416a Emit asmname if set for decl with -fdump-statistics-asmname. adds f3f73e86ec8 [PATCH] PR tree-optimization/94026: Simplify (X>>8)&6 != 0 [...] adds 64d4f27a0ce Implement __imag__ of float _Complex using shufps on x86_64. adds 2669cae081c lto-plugin: make claim_file_handler thread-safe
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386.md | 25 +++++++++++++++++++++++ gcc/config/xtensa/xtensa.md | 35 ++++++++++++++++++++++++++++++++ gcc/match.pd | 23 +++++++++++++++++++++ gcc/statistics.cc | 25 +++++++++++++++++++---- gcc/testsuite/gcc.dg/pr94026.c | 21 +++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr7061-2.c | 4 ++++ lto-plugin/config.h.in | 3 +++ lto-plugin/configure | 17 ++++++++++++++-- lto-plugin/configure.ac | 7 +++++++ lto-plugin/lto-plugin.c | 20 ++++++++++++++++++ 10 files changed, 174 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr94026.c