This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from fd8fc2c2ef6 Daily bump. new a737da4885b ipa/109983 - (IPA) PTA speedup new b0856bb588c middle-end/110055 - avoid CLOBBERing static variables new 0b69fea6cf1 debug/110295 - mixed up early/late debug for member DIEs new 9da2ef362fa tree-optimization/110298 - CFG cleanup and stale nb_iterations
The 4 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/dwarf2out.cc | 3 +- gcc/gimplify.cc | 4 +- gcc/testsuite/g++.dg/debug/pr110295.C | 19 ++++ .../g++.dg/warn/Wdangling-pointer-pr110055.C | 16 +++ gcc/testsuite/gcc.dg/torture/pr110298.c | 20 ++++ gcc/tree-ssa-loop-ivcanon.cc | 7 +- gcc/tree-ssa-structalias.cc | 117 ++++++++------------- 7 files changed, 110 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/pr110295.C create mode 100644 gcc/testsuite/g++.dg/warn/Wdangling-pointer-pr110055.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr110298.c