This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9385cd9c74c libgccjit.h: Uncomment macro definition for testing gcc_jit [...] new 6fc14f1963d middle-end: Optimize ((X >> C1) & C2) != C3 for more cases.
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 | 54 -------------------------------- gcc/match.pd | 45 +++++++++++++++++++------- gcc/testsuite/gcc.dg/fold-eqandshift-4.c | 46 +++++++++++++++++++++++++++ 3 files changed, 80 insertions(+), 65 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/fold-eqandshift-4.c