This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e63c2161d09 drop -dumpbase-ext from producer string new 5c046034e3e match.pd: Optimize (x < 0) ^ (y < 0) to (x ^ y) < 0 etc. [PR96681] new 0425f4c1b63 match.pd: Generalize the PR64309 simplifications [PR96669]
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/match.pd | 39 +++++++++++++++++--- gcc/testsuite/gcc.dg/tree-ssa/pr96669-1.c | 59 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr96681.c | 35 ++++++++++++++++++ 3 files changed, 129 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96669-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96681.c