This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e36206c9940 sve: combine inverted masks into NOTs new 9f12a45ef14 tree-optimization/102572 - fix gathers with invariant mask new d1dcaa31453 tree-optimization/102696 - fix SLP discovery for failed BIT [...]
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: gcc/testsuite/g++.dg/vect/pr102572.cc | 14 ++++++++++++++ gcc/testsuite/g++.dg/vect/pr102696.cc | 16 ++++++++++++++++ gcc/tree-vect-slp.c | 1 + gcc/tree-vect-stmts.c | 2 +- 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/vect/pr102572.cc create mode 100644 gcc/testsuite/g++.dg/vect/pr102696.cc