This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 609204abb88 Require SHF_GNU_RETAIN support for retain tests new 5ee4ba031dd analyzer: handle error/error_at_line [PR99196]
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/analyzer/engine.cc | 6 ++- gcc/analyzer/region-model-impl-calls.cc | 38 +++++++++++++++++++ gcc/analyzer/region-model.cc | 22 ++++++++++- gcc/analyzer/region-model.h | 7 +++- gcc/testsuite/gcc.dg/analyzer/error-1.c | 66 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/error-2.c | 48 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/error-3.c | 11 ++++++ 7 files changed, 194 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/error-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/error-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/error-3.c