This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 80c77d9a1cf match: Add simplification of `(a*zero_one_valued_p) & b` if [...] new 8d5eb4f6c1f match: (X >> C) NE/EQ 0 -> X LT/GE 0 [PR123109]
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.cc | 34 ---------------------------------- gcc/match.pd | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr123109.c | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/vrp99.c | 2 +- 4 files changed, 48 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr123109.c