This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f559ac89694 pair-fusion: Check for invalid use arrays [PR118320] new d1c7837d2d6 tree-optimization/114052 - consider infinite sub-loops when [...] new 6b56e645a7b middle-end/118692 - ICE with out-of-bound ref expansion
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/expr.cc | 8 ++++++ .../gcc.dg/{pr116906-1.c => pr114052-1.c} | 29 ++++++++++------------ gcc/testsuite/gcc.dg/pr118692.c | 10 ++++++++ gcc/tree-ssa-loop-niter.cc | 9 ++++++- 4 files changed, 39 insertions(+), 17 deletions(-) copy gcc/testsuite/gcc.dg/{pr116906-1.c => pr114052-1.c} (58%) create mode 100644 gcc/testsuite/gcc.dg/pr118692.c