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_build/master-aarch64 in repository toolchain/ci/gcc.
from b2b72757b22 Daily bump. adds 773dffc50fb xtensa: Optimize integer constant addition that is between [...] new 2ae7895416a Emit asmname if set for decl with -fdump-statistics-asmname. new f3f73e86ec8 [PATCH] PR tree-optimization/94026: Simplify (X>>8)&6 != 0 [...] new 64d4f27a0ce Implement __imag__ of float _Complex using shufps on x86_64.
The 3 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/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 ++++ 6 files changed, 129 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr94026.c