This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 6d7071776e0 Daily bump. adds f9da2663f50 Add UNSPEC_MASKOP to kupck<mode> instructions in sse.md on x86. adds 43c2505b31a Fix issue with x86_64_const_vector_operand predicate on x86. adds 2907bfc3412 PR target/106231: Optimize (any_extend:DI (ctz:SI ...)) on x86_64. new 06039e71f02 Replace manual swapping idiom with std::swap in aarch64.cc
The 1 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/aarch64/aarch64.cc | 12 +++--- gcc/config/i386/i386.md | 60 ++++++++++++++++++++++++++++++ gcc/config/i386/predicates.md | 4 ++ gcc/config/i386/sse.md | 36 +++++++++++------- gcc/testsuite/gcc.target/i386/pr106231-1.c | 8 ++++ gcc/testsuite/gcc.target/i386/pr106231-2.c | 8 ++++ 6 files changed, 108 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-2.c