This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68fa82e2d8f PHIOPT: Fix minmax_replacement for three way new c3c6f30496d MATCH: Simplify `(A ==/!= B) &/| (((cast)A) CMP C)`
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/match.pd | 76 ++++++++++++++++++------------ gcc/testsuite/gcc.dg/tree-ssa/cmpbit-6.c | 22 +++++++++ gcc/testsuite/gcc.dg/tree-ssa/cmpbit-7.c | 28 +++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr111456-1.c | 43 +++++++++++++++++ 4 files changed, 139 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpbit-6.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpbit-7.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr111456-1.c