This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5ef248c15ec [PATCH v4 2/2] RISC-V: Add support for XCValu extension in [...] new acfca27eaf4 modula2: Narrow subranges to int or unsigned int if ZTYPE i [...] new e8d418df3dc MATCH: [PR111282] Simplify `a & (b ^ ~a)` 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/m2/gm2-compiler/M2GCCDeclare.mod | 69 +++++++++++++++++++++++++------- gcc/match.pd | 20 +++++++++ gcc/testsuite/gcc.dg/tree-ssa/and-1.c | 6 +-- gcc/testsuite/gcc.dg/tree-ssa/bitops-6.c | 33 +++++++++++++++ 4 files changed, 110 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bitops-6.c