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 1d6044c250e i386: Fix VPMOV splitter [PR105993] adds 1f8278bfcfc i386: Fix assert in ix86_function_arg [PR105970] adds cc378e65574 alpha: Introduce target specific store_data_bypass_p functi [...] adds a284fadcce8 c++: Use fold_non_dependent_expr rather than maybe_constant [...]
No new revisions were added by this update.
Summary of changes: gcc/config/alpha/alpha-protos.h | 2 + gcc/config/alpha/alpha.cc | 69 ++++++++++++++++++++++ gcc/config/alpha/ev4.md | 15 ++--- gcc/config/i386/i386.cc | 2 +- gcc/cp/typeck.cc | 2 +- gcc/testsuite/g++.dg/ext/builtin-shufflevector-4.C | 18 ++++++ gcc/testsuite/gcc.target/alpha/pr105209.c | 26 ++++++++ gcc/testsuite/gcc.target/i386/pr105970.c | 6 ++ 8 files changed, 127 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/builtin-shufflevector-4.C create mode 100644 gcc/testsuite/gcc.target/alpha/pr105209.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105970.c