This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f12454278dc AVR: target/115317 - Make isinf(-Inf) return -1. new 2b0a7fe3abf analyzer: detect -Wanalyzer-allocation-size at call stmts [ [...]
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/checker-event.h | 14 +--- gcc/analyzer/diagnostic-manager.cc | 13 +++- gcc/analyzer/engine.cc | 7 +- gcc/analyzer/{engine.h => event-loc-info.h} | 21 ++++-- gcc/analyzer/exploded-graph.h | 1 + gcc/analyzer/infinite-loop.cc | 2 +- gcc/analyzer/infinite-recursion.cc | 2 +- gcc/analyzer/pending-diagnostic.cc | 6 +- gcc/analyzer/pending-diagnostic.h | 2 +- gcc/analyzer/region-model.cc | 84 ++++++++++++++++++++-- gcc/analyzer/region-model.h | 1 + .../c-c++-common/analyzer/allocation-size-1.c | 8 +-- .../c-c++-common/analyzer/allocation-size-2.c | 8 +-- .../gcc.dg/analyzer/allocation-size-multiline-4.c | 64 +++++++++++++++++ .../gcc.dg/plugin/analyzer_cpython_plugin.c | 5 ++ 15 files changed, 191 insertions(+), 47 deletions(-) copy gcc/analyzer/{engine.h => event-loc-info.h} (64%) create mode 100644 gcc/testsuite/gcc.dg/analyzer/allocation-size-multiline-4.c