This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from da7cf663b755 analyzer: testsuite fixes for alloca, getpass, and setjmp [...] new fd9982bb0051 analyzer: fix setjmp handling with -g (PR 93378)
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/ChangeLog | 30 +++++++++++++++++++++++ gcc/analyzer/engine.cc | 18 +++++++------- gcc/analyzer/exploded-graph.h | 15 +++++++----- gcc/analyzer/region-model.cc | 7 +++--- gcc/analyzer/region-model.h | 34 +++++++++++++++++++++----- gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.dg/analyzer/setjmp-pr93378.c | 15 ++++++++++++ 7 files changed, 100 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/setjmp-pr93378.c