This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 026c00babbe Allow disabling -gctf non-C warning [PR123259] new 515dba569d1 tree-optimization/123316 - avoid ICE due to lack of PHI patterns new a74a0db75ac tree-optimization/123221 - ICE with conversion reduction new e58f3956c76 tree-optimization/123315 - reset LOOP_VINFO_USING_DECREMENT [...]
The 3 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/g++.dg/vect/pr123315.cc | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-pr123221.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-pr123316.c | 10 ++++++++++ gcc/tree-vect-loop.cc | 24 ++++++++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 gcc/testsuite/g++.dg/vect/pr123315.cc create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr123221.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr123316.c