This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/gcc.
from 7bcd7f47359 Daily bump. adds 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.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- 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, 103 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-2.c