This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ece864adde [irange] Fix typo in contains_zero_p. new 1b761fede44 analyzer: basic support for computed gotos (PR analyzer/110529)
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/program-point.cc | 17 +++++- gcc/analyzer/region-model.cc | 39 +++++++++++++- gcc/analyzer/region-model.h | 3 ++ gcc/analyzer/supergraph.cc | 13 +++++ gcc/analyzer/supergraph.h | 2 + .../c-c++-common/analyzer/computed-goto-1.c | 60 ++++++++++++++++++++++ .../gcc.dg/analyzer/computed-goto-pr110529.c | 27 ++++++++++ 7 files changed, 158 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/computed-goto-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/computed-goto-pr110529.c