This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c0dd8a6ff8 gimplify: Fix ICE in recalculate_side_effects [PR113228] new b3cc5a1efea tree-optimization/113026 - avoid vector epilog in more cases new 4b358f9b734 Clarify -mmovbe documentation
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/doc/invoke.texi | 4 ++-- gcc/testsuite/gcc.dg/torture/pr113026-1.c | 11 +++++++++++ gcc/testsuite/gcc.dg/torture/pr113026-2.c | 18 +++++++++++++++++ gcc/tree-vect-loop-manip.cc | 32 +++++++++++++++++++++++++++++++ gcc/tree-vect-loop.cc | 6 +++++- 5 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr113026-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr113026-2.c