This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 5e45d078e36 Daily bump. new 4ca164a6372 [PR105665] ivopts: check defs of names in base for undefs new 13d23c31337 middle-end: don't lower past veclower [PR106063] new 019a9ef7f74 testsuite: Require int128 for gcc.dg/pr106063.c new e0e388998b7 Fix tree-opt/PR106087: ICE with inline-asm with multiple ou [...] new d2892faac6d lto: Fix option merging [PR106129] new 5b8458bc35b tree-optimization/106189 - avoid division by zero exception
The 6 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/gimple-array-bounds.cc | 2 +- gcc/lto-wrapper.cc | 39 ++++--- gcc/match.pd | 14 ++- gcc/testsuite/gcc.c-torture/compile/inline-asm-1.c | 14 +++ gcc/testsuite/gcc.dg/pr106063.c | 9 ++ gcc/testsuite/gcc.dg/pr106189.c | 5 + gcc/testsuite/gcc.dg/torture/pr105665.c | 20 ++++ gcc/tree-ssa-dce.cc | 7 ++ gcc/tree-ssa-loop-ivopts.cc | 125 ++++++++++++++++++++- 9 files changed, 213 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/inline-asm-1.c create mode 100644 gcc/testsuite/gcc.dg/pr106063.c create mode 100644 gcc/testsuite/gcc.dg/pr106189.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105665.c