This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2c356f221bb libstdc++-v3: Add -fcf-protection=none to -march=i486 new b673e7547fb cd_dce: Return TODO_update_address_taken from last cd_dce [ [...] new e2559c3945a match.pd: Optimize ((cst << x) & 1) [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 | 7 +++++++ gcc/passes.def | 8 +++++--- gcc/testsuite/gcc.dg/tree-ssa/pr96669-1.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr96669-2.c | 30 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr96271.c | 11 +++++++++++ gcc/tree-ssa-dce.c | 15 +++++++++++++-- 6 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96669-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr96271.c