This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 624e60f0809 Fortran : Bogus error with additional blanks in type(*) PR95829 new c4076255e63 gcov: rename 2 options. new 4222fd8e94c gcov: shorted one option help message new deda4625f1b move ILS include to system.h new 7b3adfa7bb4 tree-optimization/95839 - teach SLP vectorization about vec [...] new 8439b0818e7 gcov: avoid trailing space. new aa8b5ca0b54 arm: Fix handler-align.c testcase [PR target/94743] new 8461191b826 Adjust text of expected warnings changed in PR c++/86568.
The 7 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/doc/gcov.texi | 8 +- gcc/gcov.c | 17 +-- gcc/graphite-dependences.c | 2 +- gcc/graphite-isl-ast-to-gimple.c | 2 +- gcc/graphite-optimize-isl.c | 2 +- gcc/graphite-poly.c | 2 +- gcc/graphite-scop-detection.c | 2 +- gcc/graphite-sese-to-poly.c | 11 +- gcc/graphite.c | 2 +- gcc/graphite.h | 16 --- gcc/system.h | 23 +++- gcc/testsuite/g++.dg/gcov/loop.C | 2 +- gcc/testsuite/gcc.dg/vect/bb-slp-pr95839-2.c | 20 ++++ gcc/testsuite/gcc.target/arm/handler-align.c | 2 +- gcc/tree-vect-slp.c | 119 ++++++++++++++++++--- .../basic_string_view/cons/char/nonnull.cc | 6 +- .../basic_string_view/cons/wchar_t/nonnull.cc | 6 +- .../operations/compare/char/nonnull.cc | 4 +- .../operations/find/char/nonnull.cc | 12 +-- .../operations/rfind/char/nonnull.cc | 4 +- 20 files changed, 185 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr95839-2.c