This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3a715d3e136 i386: Fix up handling of debug insns in STV [PR109676] new fe8ac82fc05 Rename last_stmt to last_nondebug_stmt new ee99aaae4ae tree-optimization/109724 - new testcase
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/auto-profile.cc | 2 +- gcc/gimple-range.cc | 2 +- gcc/omp-expand.cc | 72 +++++++++++++++++---------------- gcc/testsuite/g++.dg/torture/pr109724.C | 32 +++++++++++++++ gcc/trans-mem.cc | 2 +- gcc/tree-cfg.cc | 12 +++--- gcc/tree-cfg.h | 2 +- gcc/tree-inline.cc | 2 +- gcc/tree-parloops.cc | 2 +- gcc/tree-ssa-loop-ch.cc | 2 +- gcc/tree-ssa-loop-ivcanon.cc | 4 +- gcc/tree-ssa-loop-ivopts.cc | 4 +- gcc/tree-ssa-loop-manip.cc | 2 +- gcc/tree-ssa-loop-niter.cc | 4 +- gcc/tree-ssa-loop-split.cc | 2 +- gcc/tree-ssa-loop-unswitch.cc | 10 ++--- gcc/tree-ssa-phiopt.cc | 4 +- gcc/tree-ssa-reassoc.cc | 23 ++++++----- gcc/tree-vrp.cc | 2 +- 19 files changed, 111 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr109724.C