This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d90e81af805 [committed] Use single quote rather than backquote in RISC- [...] new 2a3556376c6 match.pd: Implement missed optimization (~X | Y) ^ X -> ~(X [...]
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/generic-match-head.cc | 17 +++ gcc/gimple-match-head.cc | 37 ++++++ gcc/match.pd | 6 + gcc/testsuite/gcc.c-torture/execute/pr109986.c | 41 ++++++ gcc/testsuite/gcc.dg/tree-ssa/pr109986.c | 177 +++++++++++++++++++++++++ 5 files changed, 278 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr109986.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr109986.c