This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 96fd3691e3f 2017-06-22 Richard Biener rguenther@suse.de new 0ee54b9af11 2017-06-22 Richard Biener rguenther@suse.de new f769c6cfaef [Patch match.pd] Fold (A / (1 << B)) to (A >> B)
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 | 8 ++++++++ gcc/generic-match-head.c | 1 + gcc/gimple-match-head.c | 1 + gcc/match.pd | 12 ++++++++++++ gcc/optabs-tree.c | 15 +++++++++++++++ gcc/optabs-tree.h | 2 ++ gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/forwprop-37.c | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr65947-14.c | 2 +- 9 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/forwprop-37.c