This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d123daec0c2 Fix ifcvt-4.c to not depend on VRP2 asserts. new 6123b998b18 match.pd: Optimize MIN_EXPR <addr1, addr2> etc. addr1 < add [...]
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/fold-const.c | 126 ++++++++++++++++++++ gcc/fold-const.h | 2 + gcc/match.pd | 172 ++++++++------------------- gcc/testsuite/gcc.dg/Wstringop-overflow-62.c | 8 +- gcc/testsuite/gcc.dg/tree-ssa/pr102951.c | 41 +++++++ 5 files changed, 220 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102951.c