This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 560bf0fa63f 2019-08-26 Richard Biener rguenther@suse.de new ce760ac94dc [PATCH 1/2] Allow folding all statements. new 0f2f94390ea [PATCH 2/2] Add simplify rule for wrapped addition.
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/ChangeLog | 15 +++++++++ gcc/gimple-loop-versioning.cc | 6 ++++ gcc/match.pd | 31 +++++++++++++++++++ gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/gcc.dg/tree-ssa/copy-headers-5.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/copy-headers-7.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/loop-15.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr23744.c | 4 +-- gcc/testsuite/gcc.dg/wrapped-binop-simplify.c | 43 ++++++++++++++++++++++++++ gcc/tree-ssa-propagate.c | 9 +++++- gcc/tree-ssa-propagate.h | 6 ++++ gcc/tree-vrp.c | 1 + 12 files changed, 123 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/wrapped-binop-simplify.c