This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3aaafd64807 Update gcc .po files new 039ba6580f5 analyzer: avoid saying "'0' is NULL" new 8c80fc10648 analyzer: add more test coverage for sprintf new e504a59bd14 sarif output: introduce sarif_serialization_format new 49d2c6ced2c prime-paths.cc: remove redundant semicolons
The 4 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/sm-malloc.cc | 9 +- gcc/diagnostic-format-sarif.cc | 115 +++++++++++++++------ gcc/diagnostic-format-sarif.h | 42 +++++++- gcc/diagnostic-output-file.h | 7 ++ gcc/diagnostic.h | 4 +- gcc/doc/invoke.texi | 5 + gcc/libgdiagnostics.cc | 3 +- gcc/opts-diagnostic.cc | 33 +++++- gcc/prime-paths.cc | 4 +- .../c-c++-common/analyzer/data-model-path-1.c | 2 +- ...ull-deref-pr108251-smp_fetch_ssl_fc_has_early.c | 4 +- .../null-deref-pr108400-SoftEtherVPN-WebUi.c | 2 +- gcc/testsuite/c-c++-common/analyzer/sprintf-3.c | 44 ++++++++ gcc/testsuite/gcc.dg/analyzer/data-model-5.c | 2 +- gcc/testsuite/gcc.dg/analyzer/data-model-5b.c | 2 +- gcc/testsuite/gcc.dg/analyzer/data-model-5c.c | 2 +- gcc/testsuite/gcc.dg/analyzer/torture/pr93647.c | 2 +- 17 files changed, 234 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/sprintf-3.c