This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 05e8ef2a05b tree-optimization/112636 - estimate niters before header copying new 897b95a12b7 tree-optimization/113126 - vector extension compare optimization new ec345df5355 tree-optimization/112505 - bit-precision induction vectorization
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/fold-const.cc | 3 ++- gcc/match.pd | 9 +++++---- gcc/testsuite/gcc.dg/torture/pr113126.c | 15 +++++++++++++++ gcc/testsuite/gcc.dg/vect/pr112505.c | 14 ++++++++++++++ gcc/tree-vect-loop.cc | 9 +++++++++ 5 files changed, 45 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr113126.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr112505.c