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 1784d252cec libstdc++: Add missing free functions for atomic_flag [PR103934] new 657e1e89d34 tree-optimization: [PR108684] ICE in verify_ssa due to simp [...]
The 1 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/gcc.c-torture/compile/dce-inline-asm-1.c | 15 +++++++++++++++ gcc/testsuite/gcc.c-torture/compile/dce-inline-asm-2.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr108684-1.c | 18 ++++++++++++++++++ gcc/tree-ssa-dce.cc | 5 +++-- 4 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/dce-inline-asm-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/dce-inline-asm-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr108684-1.c