This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 083892ba184 AVR: target/116781 - Fix ICE due to (clobber (match_dup)) i [...] new 94bea5dd6c9 libiberity: ANSIfy test-demangle.c new 5eadc673366 MATCH: Simplify `min(a, b) op max(a, b)` to `a op b` [PR109401]
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/match.pd | 7 ++++ gcc/testsuite/gcc.dg/tree-ssa/pr109401-1.c | 35 +++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr109401.c | 61 ++++++++++++++++++++++++++++++ libiberty/testsuite/test-demangle.c | 15 ++------ 4 files changed, 107 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr109401-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr109401.c