This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch dmalcolm/analyzer in repository gcc.
from 762a39513a9 [analyzer] Add sm-malloc.dot new 43749968716 [analyzer] Don't use shape=record in .dot output
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 | 30 ++++++++++++------- gcc/analyzer/graphviz.cc | 20 +++++++++++++ gcc/analyzer/graphviz.h | 3 ++ gcc/analyzer/region-model.cc | 6 ++-- gcc/analyzer/state-purge.cc | 29 ++++++++++-------- gcc/analyzer/state-purge.h | 4 +-- gcc/analyzer/supergraph.cc | 44 +++++++++++++++++---------- gcc/analyzer/supergraph.h | 4 +-- gcc/pretty-print.c | 48 ++++++++++++++++++++++++++++++ gcc/pretty-print.h | 3 ++ gcc/testsuite/gcc.dg/analyzer/dot-output.c | 33 ++++++++++++++++++++ gcc/testsuite/lib/gcc-defs.exp | 21 +++++++++++++ gcc/testsuite/lib/target-supports-dg.exp | 10 +++++++ gcc/testsuite/lib/target-supports.exp | 13 ++++++++ 14 files changed, 224 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/dot-output.c