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 62eb5308fe6 Daily bump. adds 4759c16beec Use optab_libfunc to access sync_lock_test_and_set libfunc [...] adds 4620531ea98 Generate illegal instruction fault if LWS syscall returns -EFAULT. adds 092e60f57ad c++: don't wrap cleanups that can't throw adds c743614e701 c++: fix array cleanup with throwing temp dtor adds ee4e234e9a6 Skip gcc.dg/guality/example.c on hppa-linux. adds 6bec6e3aaa3 Adjust shadd-2 and shadd-3 scan counts. new 9ff206d3865 i386: Introduce V2QImode vectorized arithmetic [PR103861]
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/i386/i386.c | 4 +- gcc/config/i386/i386.h | 5 +- gcc/config/i386/i386.md | 43 ++++ gcc/config/i386/mmx.md | 284 ++++++++++++++++++++++- gcc/config/pa/pa.md | 24 +- gcc/cp/decl.c | 14 +- gcc/cp/init.c | 17 +- gcc/testsuite/g++.dg/eh/array2.C | 43 ++++ gcc/testsuite/g++.dg/eh/cleanup6.C | 13 ++ gcc/testsuite/gcc.dg/guality/example.c | 1 + gcc/testsuite/gcc.dg/store_merging_18.c | 2 +- gcc/testsuite/gcc.dg/store_merging_29.c | 2 +- gcc/testsuite/gcc.target/hppa/shadd-2.c | 2 +- gcc/testsuite/gcc.target/hppa/shadd-3.c | 2 +- gcc/testsuite/gcc.target/i386/pr103861.c | 23 ++ gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c | 4 +- gcc/testsuite/gcc.target/i386/pr92658-sse4-2.c | 2 +- gcc/testsuite/gcc.target/i386/pr92658-sse4.c | 2 +- gcc/testsuite/gcc.target/i386/warn-vect-op-2.c | 4 +- libgcc/config/pa/linux-atomic.c | 6 + 20 files changed, 458 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/array2.C create mode 100644 gcc/testsuite/g++.dg/eh/cleanup6.C create mode 100644 gcc/testsuite/gcc.target/i386/pr103861.c