This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0bdd7941167 C: fix logic within c_expr::get_location new 0fad202d9b2 PR tree-optimization/81913 * tree-ssa-loop-niter.c (numbe [...]
The 1 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/ChangeLog | 6 ++++++ gcc/testsuite/ChangeLog | 7 ++++++ gcc/testsuite/gcc.c-torture/execute/pr81913.c | 27 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/loop-niter-1.c | 31 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/loop-niter-2.c | 31 +++++++++++++++++++++++++++ gcc/tree-ssa-loop-niter.c | 6 ++++-- 6 files changed, 106 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81913.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/loop-niter-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/loop-niter-2.c