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 456b53654a3 Add combine splitter to transform vpternlogd/vpcmpeqd/vpxor [...] adds 744428312e2 Revert "Fixed typo" adds 7c0ceaed0c0 Darwin, ppc: Additional change for r12-5974. adds ff56eea24e4 Darwin, Driver: Avoid a link line for empty commands. adds 80091f94268 Sync config.sub: 2021-10-27 adds 574c09da48a libgcc, Darwin: Add missing build dependencies. adds 411ac94611f slp: check that the operation we're combing is a boolean op [...] adds 7fa2a204670 docs: Fix spelling issues in -fipa-strict-aliasing. adds 7dca2ad6491 docs: fix option name reference new e781cb93d7d vect: Fix multi-vector SLP gather loads [PR103744]
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: config.sub | 79 +++++++++++++++++++---------- gcc/config/darwin-driver.c | 8 ++- gcc/config/darwin.h | 5 -- gcc/config/rs6000/darwin.h | 2 +- gcc/doc/invoke.texi | 8 +-- gcc/testsuite/gcc.dg/vect/pr103744-1.c | 20 ++++++++ gcc/testsuite/gcc.dg/vect/pr103744-2.c | 31 +++++++++++ gcc/testsuite/gcc.target/aarch64/pr103741.c | 26 ++++++++++ gcc/tree-vect-stmts.c | 10 ++-- libgcc/config.host | 4 ++ libgcc/config/rs6000/t-darwin-ehs | 4 +- libgcc/config/t-darwin-ehs | 3 ++ libgcc/config/t-slibgcc-darwin | 8 +-- 13 files changed, 159 insertions(+), 49 deletions(-) mode change 100755 => 100644 config.sub create mode 100644 gcc/testsuite/gcc.dg/vect/pr103744-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr103744-2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr103741.c