This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e279e32243c Fix typos in a comment. new dcdf6bb24e5 analyzer: tweak dumping of min_expr/max_expr new 81703584769 analyzer: show BB index in BEFORE_SUPERNODE's in-edge new 6bbad96cd44 analyzer: fixes to -fdump-analyzer-state-purge for phi nodes new e0a7a6752da analyzer: fix issues with phi handling
The 4 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 | 11 ++- gcc/analyzer/region-model.cc | 18 +++-- gcc/analyzer/region-model.h | 1 + gcc/analyzer/state-purge.cc | 106 +++++++++++++++++------------ gcc/analyzer/state-purge.h | 4 ++ gcc/analyzer/supergraph.cc | 11 ++- gcc/analyzer/supergraph.h | 1 + gcc/analyzer/svalue.cc | 39 +++++++++-- gcc/testsuite/gcc.dg/analyzer/explode-2.c | 2 +- gcc/testsuite/gcc.dg/analyzer/explode-2a.c | 2 +- gcc/testsuite/gcc.dg/analyzer/phi-2.c | 27 ++++++++ 11 files changed, 163 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/phi-2.c