This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 89f759ac2eb Daily bump. new 0ba70d1b5ae analyzer: fix ICE on unreachable calls [PR 93947] new 71b633aaea3 analyzer: fix ICE with -Wanalyzer-null-dereference [PR 93950]
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/ChangeLog | 14 +++++++++ gcc/analyzer/diagnostic-manager.cc | 16 ++++++++++ gcc/analyzer/region-model.cc | 6 ++-- gcc/testsuite/ChangeLog | 10 +++++++ gcc/testsuite/g++.dg/analyzer/pr93950.C | 28 +++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/torture/pr93947.c | 40 +++++++++++++++++++++++++ 6 files changed, 112 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/analyzer/pr93950.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93947.c