This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4951a90e534 Daily bump. new b0eeb540497 Use relations when simplifying MIN and MAX.
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.dg/tree-ssa/minmax-27.c | 2 +- .../gcc.dg/tree-ssa/{minmax-27.c => minmax-27e.c} | 4 +- .../gcc.dg/tree-ssa/{minmax-27.c => minmax-27f.c} | 68 ++++++------ gcc/testsuite/gcc.dg/tree-ssa/minmax-28.c | 2 +- .../gcc.dg/tree-ssa/{minmax-28.c => minmax-28e.c} | 4 +- gcc/testsuite/gcc.dg/tree-ssa/minmax-28f.c | 117 +++++++++++++++++++++ gcc/vr-values.cc | 13 ++- 7 files changed, 166 insertions(+), 44 deletions(-) copy gcc/testsuite/gcc.dg/tree-ssa/{minmax-27.c => minmax-27e.c} (93%) copy gcc/testsuite/gcc.dg/tree-ssa/{minmax-27.c => minmax-27f.c} (50%) copy gcc/testsuite/gcc.dg/tree-ssa/{minmax-28.c => minmax-28e.c} (93%) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-28f.c