This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d279c9d89b2 i386: Fix behavior for both using AVX10.1-256 in options an [...] new e28e8ab1a92 tree-optimization/114832 - wrong dominator info with vect peeling new cc48418cfc2 tree-optimization/114787 - more careful loop update with CF [...]
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/pr114787.c | 27 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr114832.c | 13 +++++++++++++ gcc/tree-cfg.cc | 26 +++++++++++++++++++++++--- gcc/tree-vect-loop-manip.cc | 2 +- 4 files changed, 64 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr114787.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr114832.c