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 in repository toolchain/ci/gcc.
from 3164de6ac1b Daily bump. adds 4a6b8d9aad9 tree-optimization/105802 - another unswitching type issue adds 08afab6f864 tree-optimization/101668 - relax SLP of existing vectors
No new revisions were added by this update.
Summary of changes: gcc/optabs-query.cc | 2 +- gcc/testsuite/g++.dg/opt/pr105802.C | 23 +++++++ gcc/testsuite/gcc.dg/vect/bb-slp-pr101668.c | 59 +++++++++++++++++ gcc/testsuite/gcc.target/i386/pr101668.c | 27 ++++++++ gcc/tree-ssa-loop-unswitch.cc | 17 ++--- gcc/tree-vect-slp.cc | 99 +++++++++++++++++++++++------ 6 files changed, 198 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr105802.C create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr101668.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101668.c