This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0841fd4c42a alpha: Fix duplicate !tlsgd!62 assemble error [PR115526] new 7c3287f3613 Add debug counter for ext_dce new 44fcc1ca11e MATCH: Simplify (a ? x : y) eq/ne (b ? x : y) [PR111150]
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/dbgcnt.def | 1 + gcc/ext-dce.cc | 16 +++++-- gcc/match.pd | 15 +++++++ gcc/testsuite/g++.dg/tree-ssa/pr111150.C | 33 ++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr111150-1.c | 72 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr111150.c | 22 +++++++++ 6 files changed, 156 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr111150.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr111150-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr111150.c