This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d0750472597 vect: Don't vectorize a single scalar iteration loop [PR110740] new fb132cdfb20 tree-optimization/110766 - missing PHI location check new 50b5feaa94c tree-optimization/110777 - abnormals and recent PRE optimization
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/pr110777.c | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr110766.c | 17 +++++++++++++++++ gcc/tree-scalar-evolution.cc | 1 + gcc/tree-ssa-sccvn.cc | 4 +++- 4 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/pr110777.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr110766.c