This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bf64392d66f rtl: use rtx_code for gen_ccmp_first and gen_ccmp_next new e5f83a20070 Don't process phi groups with one phi. new 0cfc9c953d0 Phi analyzer - Initialize with range instead of a tree.
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/gimple-range-fold.cc | 6 +- gcc/gimple-range-phi.cc | 202 +++++++++++++++++++++------------------- gcc/gimple-range-phi.h | 9 +- gcc/testsuite/gcc.dg/pr102983.c | 2 +- gcc/testsuite/gcc.dg/pr110918.c | 26 ++++++ gcc/tree-vrp.cc | 5 +- 6 files changed, 140 insertions(+), 110 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr110918.c