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 15d855788ba MATCH: [PR111109] Fix bit_ior(cond,cond) when comparisons are fp new 5ca9aea6953 tree-optimization/110702 - avoid zero-based memory referenc [...] new c1b5514124a tree-optimization/111019 - invariant motion and aliasing new e150cbf5917 tree-optimization/111039 - abnormals and bit test merging new ad42dcf501e tree-optimization/111070 - fix ICE with recent ifcombine fix
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/testsuite/g++.dg/torture/pr111019.C | 65 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr111039.c | 15 +++++ .../tic6x/abi-align-1.c => gcc.dg/pr111070.c} | 3 +- gcc/testsuite/gcc.dg/torture/pr110702.c | 31 +++++++++++ gcc/tree-ssa-ifcombine.cc | 10 ++++ gcc/tree-ssa-loop-im.cc | 14 ++++- gcc/tree-ssa-loop-ivopts.cc | 17 +++++- 7 files changed, 151 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr111019.C create mode 100644 gcc/testsuite/gcc.dg/pr111039.c copy gcc/testsuite/{gcc.target/tic6x/abi-align-1.c => gcc.dg/pr111070.c} (84%) create mode 100644 gcc/testsuite/gcc.dg/torture/pr110702.c