This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 39579ba8de9 match.pd: Add bitwise and pattern [PR106243] new c832ec4c3ec middle-end: Fix phi-ssa assertion triggers. [PR106519] new be58bf98e98 middle-end: Simplify subtract where both arguments are bein [...]
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 | 5 +++++ gcc/testsuite/gcc.dg/pr106519.c | 11 +++++++++++ gcc/testsuite/gcc.dg/subnot.c | 9 +++++++++ gcc/tree-ssa-phiopt.cc | 6 ++++-- 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106519.c create mode 100644 gcc/testsuite/gcc.dg/subnot.c