This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a5c157b95a4 Daily bump. new 598fdb5290d MATCH: first of the value replacement moving from phiopt new 541b754c77a MATCH: Add some more value_replacement simplifications to match
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 | 32 +++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/cond-1.c | 17 +++++++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-1.c | 17 +++++++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-1a.c | 19 +++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-2.c | 19 +++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-4.c | 36 ++++++++++++++++++++++++ 6 files changed, 140 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cond-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-1a.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-4.c