This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f91825436c doc: Document the -folding option for -fdump-tree-* [PR114892] new a632becefad tree-optimization/121829 - bogus CFG with asm goto new f7426ba6c0d tree-optimization/121830 - SLP cycle detection confused by [...]
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/gcc.dg/torture/pr121829.c | 21 +++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr121830.c | 13 +++++++++++++ gcc/tree-vect-loop-manip.cc | 33 ++++++++++++++++++--------------- gcc/tree-vect-loop.cc | 4 ++-- gcc/tree-vect-slp.cc | 2 +- 5 files changed, 55 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr121829.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr121830.c