This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5abe571e027 libstdc++: Fix views::zip_transform constraints for empty r [...] new 7f476ee30ba analyzer: Fix ICE in cmp_csts_same_type on RAW_DATA_CST [PR119278] new d0d7c6632c2 c, c++: Set DECL_NOT_GIMPLE_REG_P on *PART_EXPR operand on [...] new ab0133cdba5 match.pd: Fix up r15-8025 simplification [PR119287]
The 3 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/analyzer/svalue.cc | 17 +++++++++-- gcc/c-family/c-gimplify.cc | 12 ++++++++ gcc/cp/cp-gimplify.cc | 12 ++++++++ gcc/match.pd | 2 +- gcc/testsuite/c-c++-common/analyzer/pr119278.c | 20 +++++++++++++ gcc/testsuite/c-c++-common/pr119120.c | 40 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr119287.c | 16 +++++++++++ 7 files changed, 116 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/pr119278.c create mode 100644 gcc/testsuite/c-c++-common/pr119120.c create mode 100644 gcc/testsuite/gcc.dg/pr119287.c