This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 097994003cb testsuite: Use -fno-ipa-icf in gcc.dg/stack-check-2.c new ecd6bee0913 analyzer: avoid implicit use of global_dc's pretty_printer [...]
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/bounds-checking.cc | 459 ++++++++++++-------- gcc/analyzer/call-details.cc | 11 +- gcc/analyzer/call-info.cc | 19 +- gcc/analyzer/call-info.h | 6 +- gcc/analyzer/checker-event.cc | 463 +++++++++------------ gcc/analyzer/checker-event.h | 46 +- gcc/analyzer/checker-path.cc | 7 +- gcc/analyzer/diagnostic-manager.cc | 6 +- gcc/analyzer/engine.cc | 63 +-- gcc/analyzer/infinite-loop.cc | 35 +- gcc/analyzer/infinite-recursion.cc | 38 +- gcc/analyzer/kf.cc | 118 +++--- gcc/analyzer/pending-diagnostic.cc | 25 -- gcc/analyzer/pending-diagnostic.h | 67 ++- gcc/analyzer/region-model.cc | 212 +++++++--- gcc/analyzer/sm-fd.cc | 392 +++++++++++------ gcc/analyzer/sm-file.cc | 93 +++-- gcc/analyzer/sm-malloc.cc | 350 ++++++++++------ gcc/analyzer/sm-sensitive.cc | 59 ++- gcc/analyzer/sm-signal.cc | 24 +- gcc/analyzer/sm-taint.cc | 315 +++++++++----- gcc/analyzer/varargs.cc | 127 +++--- gcc/diagnostic-format-json.cc | 8 +- gcc/diagnostic-format-sarif.cc | 8 +- gcc/diagnostic-path.cc | 74 ++-- gcc/diagnostic-path.h | 6 +- gcc/pretty-print.cc | 26 ++ gcc/pretty-print.h | 5 + gcc/selftest-diagnostic-path.h | 4 +- gcc/simple-diagnostic-path.cc | 10 +- gcc/simple-diagnostic-path.h | 5 +- .../gcc.dg/plugin/analyzer_cpython_plugin.c | 19 +- gcc/testsuite/gcc.dg/plugin/analyzer_gil_plugin.c | 54 ++- 33 files changed, 1860 insertions(+), 1294 deletions(-)