This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-check_cross in repository toolchain/ci/gcc.
from 8695bf78dad gcc: Add vec_select -> subreg RTL simplification adds 0e7754560f6 Daily bump. adds 66907e73995 adjust landing pads when changing main label adds a7098d6ef4e fix typo in attr_fnspec::verify adds 1dd3f210958 Support reduction def re-use for epilogue with different ve [...] adds 3be762c2ed7 godump: Fix -fdump-go-spec= reproduceability issue [PR101407] adds a967a3efd39 tree-optimization/101445 - fix negative stride SLP vect with gaps new f9c2ce1dae2 libstdc++: Add noexcept-specifier to basic_string_view(It, End)
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 | 186 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/godump.c | 4 +- gcc/testsuite/ChangeLog | 157 ++++++++++++++ gcc/testsuite/gcc.dg/vect/pr101445.c | 28 +++ gcc/testsuite/gcc.target/i386/vect-reduc-1.c | 17 ++ gcc/tree-cfg.c | 6 +- gcc/tree-ssa-alias.c | 2 +- gcc/tree-vect-loop.c | 227 +++++++++++++-------- gcc/tree-vect-stmts.c | 6 + libgomp/ChangeLog | 7 + libstdc++-v3/ChangeLog | 11 + libstdc++-v3/include/std/string_view | 1 + .../basic_string_view/cons/char/range.cc | 18 +- 14 files changed, 576 insertions(+), 96 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr101445.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-reduc-1.c