This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e82e0f149b0 analyzer: assume that POINTER_PLUS_EXPR of non-NULL is non- [...] new 4b821c7efbe analyzer: fix ICE when failing to reconstruct a fn ptr [PR101837] new 3d654ca3f42 analyzer: fix ICE with NULL change.m_expr [PR101875]
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/analyzer/analyzer.cc | 3 +++ gcc/analyzer/sm-file.cc | 18 ++++++++++++++---- gcc/testsuite/gcc.dg/analyzer/pr101837.c | 10 ++++++++++ gcc/testsuite/gcc.dg/analyzer/pr101875.c | 16 ++++++++++++++++ 4 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr101837.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr101875.c