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 702bd11fa7d Daily bump. adds 1fba0608d12 Clamp vec_perm_expr index in simplify_bitfield_ref to avoid ICE. adds 105c56a8cfd Optimize vpermtiw/b to vpunpcklqdq for certain cases.
No new revisions were added by this update.
Summary of changes: gcc/config/i386/sse.md | 64 +++++++++++++++++++++++++++++--- gcc/testsuite/gcc.dg/pr105591.c | 12 ++++++ gcc/testsuite/gcc.target/i386/pr105033.c | 27 ++++++++++++++ gcc/tree-ssa-forwprop.cc | 13 ++++--- 4 files changed, 106 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105591.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105033.c