This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b611f396924 [committed][RISC-V] Fix test expectations after recent late [...] new a6fdb1a2a29 analyzer: handle <error.h> at -O0 [PR115724] new f8c130cdf53 analyzer: convert sm_context * to sm_context &
The 2 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/diagnostic-manager.cc | 2 +- gcc/analyzer/engine.cc | 8 +- gcc/analyzer/kf.cc | 4 + gcc/analyzer/sm-fd.cc | 318 ++++++++++----------- gcc/analyzer/sm-file.cc | 38 +-- gcc/analyzer/sm-malloc.cc | 194 ++++++------- gcc/analyzer/sm-pattern-test.cc | 14 +- gcc/analyzer/sm-sensitive.cc | 22 +- gcc/analyzer/sm-signal.cc | 20 +- gcc/analyzer/sm-taint.cc | 122 ++++---- gcc/analyzer/sm.h | 8 +- gcc/analyzer/varargs.cc | 54 ++-- .../c-c++-common/analyzer/error-pr115724.c | 86 ++++++ gcc/testsuite/gcc.dg/plugin/analyzer_gil_plugin.c | 46 +-- 14 files changed, 509 insertions(+), 427 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/error-pr115724.c