This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 05f5c42cb42 tree-optimization/106934 - avoid BIT_FIELD_REF of bitfields new 645ef01a463 Disallow pointer operands for |, ^ and partly & [PR106878]
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/match.pd | 6 +++++- gcc/testsuite/gcc.c-torture/compile/pr106878.c | 15 +++++++++++++++ gcc/tree-cfg.cc | 20 ++++++++++++++++++-- gcc/tree-ssa-reassoc.cc | 16 +++++++++++++++- 4 files changed, 53 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr106878.c