This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ccb2a10820c testsuite: Explicitly enable cselim pass for cselim-2.c new 310a70ef6db analyzer: reimplement binding_map using a "spatial" representation
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/access-diagram.cc | 4 +- gcc/analyzer/ana-state-to-diagnostic-state.cc | 6 +- gcc/analyzer/bounds-checking.cc | 6 +- gcc/analyzer/call-summary.cc | 8 +- gcc/analyzer/diagnostic-manager.cc | 2 - gcc/analyzer/engine.cc | 2 - gcc/analyzer/infinite-recursion.cc | 2 +- gcc/analyzer/kf.cc | 3 +- gcc/analyzer/program-state.cc | 4 +- gcc/analyzer/region-model-asm.cc | 4 +- gcc/analyzer/region-model-reachability.cc | 11 +- gcc/analyzer/region-model.cc | 117 +++--- gcc/analyzer/region-model.h | 4 +- gcc/analyzer/region.cc | 6 +- gcc/analyzer/store.cc | 448 +++++++++++++++------ gcc/analyzer/store.h | 181 ++++++--- gcc/analyzer/svalue.cc | 24 +- gcc/analyzer/svalue.h | 7 +- .../gcc.dg/plugin/analyzer_cpython_plugin.cc | 11 +- .../gcc.dg/plugin/analyzer_kernel_plugin.cc | 7 +- .../gcc.dg/plugin/analyzer_known_fns_plugin.cc | 7 +- 21 files changed, 560 insertions(+), 304 deletions(-)