This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9df85f331fa testsuite: Windows paths use \ and not / new f0e4f676aab Ensure at_stmt is defined before an early exit new fe985a23632 Remove prototype for number_of_iterations_popcount new eea52e38dd8 Refactor number_of_iterations_popcount new 2aec4088835 Modify test, to prevent the next patch breaking it new f80bfdcc847 Expand comment for tree_niter_desc.max
The 5 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/pr77975.c | 10 +- gcc/testsuite/gcc.dg/tree-ssa/popcount-max.c | 33 ++ gcc/tree-ssa-loop-niter.cc | 431 ++++++++++++++------------- gcc/tree-ssa-loop.h | 3 +- 4 files changed, 266 insertions(+), 211 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/popcount-max.c