This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3a999d8e37c [powerpcspe] Remove semicolon after do {} while (0) in SUBT [...] new c3aa270e6bb More fold_negate in match.pd new 270a468f4bb More bitop simplifications in match.pd
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 | 12 ++++++ gcc/fold-const.c | 4 +- gcc/match.pd | 62 +++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 8 ++++ gcc/testsuite/gcc.dg/tree-ssa/bitops-1.c | 72 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/negminus.c | 21 ++++++++++ 6 files changed, 177 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bitops-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/negminus.c