This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 98fed14662b Daily bump. new e08dd36f90e tree-optimization/106809 - compile time hog in VN new 41b4faa130a tree-optimization/106841 - gather and hybrid SLP new 4ce316ca54c tree-optimization/106860 - fix profile scaling in split_loop
The 3 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: .../isl-ast-gen-user-1.c => g++.dg/opt/pr106860.C} | 6 +-- gcc/testsuite/g++.dg/vect/pr106841.cc | 52 ++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr106809.c | 28 +++++++++++ gcc/tree-ssa-loop-split.cc | 16 +++--- gcc/tree-ssa-sccvn.cc | 57 ++++++++++++---------- gcc/tree-vect-slp.cc | 9 ++++ 6 files changed, 132 insertions(+), 36 deletions(-) copy gcc/testsuite/{gcc.dg/graphite/isl-ast-gen-user-1.c => g++.dg/opt/pr106860.C} (77%) create mode 100644 gcc/testsuite/g++.dg/vect/pr106841.cc create mode 100644 gcc/testsuite/gcc.dg/torture/pr106809.c