This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2a83084ce55 libstdc++: Reuse temporary buffer utils in <stacktrace> new a67595d5c5d diagnostics: add SARIF property artifact.roles (3.24.6)
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/diagnostic-format-sarif.cc | 297 +++++++++++++++++---- gcc/diagnostic.cc | 3 + gcc/diagnostic.h | 4 + gcc/gcc.cc | 3 +- gcc/opts.cc | 3 +- .../c-c++-common/analyzer/sarif-path-role.c | 21 ++ .../c-c++-common/analyzer/sarif-path-role.h | 2 + .../c-c++-common/diagnostic-format-sarif-file-1.c | 5 + .../diagnostic-format-sarif-file-header-role.c | 12 + .../diagnostic-format-sarif-file-header-role.h | 1 + ...c => diagnostic-format-sarif-file-no-results.c} | 35 ++- 11 files changed, 315 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/sarif-path-role.c create mode 100644 gcc/testsuite/c-c++-common/analyzer/sarif-path-role.h create mode 100644 gcc/testsuite/c-c++-common/diagnostic-format-sarif-file-header-role.c create mode 100644 gcc/testsuite/c-c++-common/diagnostic-format-sarif-file-header-role.h copy gcc/testsuite/c-c++-common/{diagnostic-format-sarif-file-1.c => diagnostic-fo [...]