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/release-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from b3cc7e9297b Daily bump. adds 23852920316 Daily bump. adds ee25401b10a x86: Use x constraint on SSSE3 patterns with MMX operands adds f0ed5f07639 x86: Use x constraint on KL patterns adds 856efb41a87 x86: Use -msse2 on gcc.target/i386/pr95483-1.c adds dc84c78af26 Daily bump. adds 6c28ab7adf0 Daily bump. adds 85568e505c3 i386: Fix up _mm_loadu_si{16,32} [PR99754] adds 40e9979cf53 [PR/target 102957] Allow Z*-ext extension with only 2 char. new a374915186e x86: Use Yw constraint on *ssse3_pshufbv8qi3
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/ChangeLog | 20 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/common/config/riscv/riscv-common.c | 1 - gcc/config/i386/emmintrin.h | 5 ++--- gcc/config/i386/sse.md | 30 +++++++++++++++--------------- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/gcc.target/i386/pr95483-1.c | 2 +- gcc/testsuite/gcc.target/i386/pr99754-1.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr99754-2.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.target/riscv/pr102957.c | 5 +++++ 10 files changed, 96 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr99754-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr99754-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/pr102957.c