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 4dc6d192225 avr: Fix AVR build [PR71934] adds ee01694151e tree-optimization/103544 - SLP reduction chain as SLP reduc [...] adds 11013814fc8 contrib: Filter out -Wreturn-type in fold-const-call.c. adds 0dc77a0c494 tree-optimization/103581 - fix masked gather on x86 new 70b043845d7 libsanitizer: Use SSE to save and restore XMM registers new 2a20407bacb libsanitizer: Update LOCAL_PATCHES
The 2 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: contrib/filter-clang-warnings.py | 1 + gcc/testsuite/gcc.dg/vect/pr103544.c | 24 +++++++ gcc/testsuite/gcc.dg/vect/pr103581.c | 59 ++++++++++++++++ gcc/tree-vect-slp.c | 12 +++- gcc/tree-vect-stmts.c | 4 +- libsanitizer/LOCAL_PATCHES | 1 + libsanitizer/tsan/tsan_rtl_amd64.S | 128 +++++++++++++++++------------------ 7 files changed, 160 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr103544.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr103581.c