This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b077252caf OpenACC: Add 'if' clause to 'acc wait' directive new e6406aefd1a analyzer: fix missing "final override" new d0142e14748 libgdiagnostics: sarif-replay: add extra sinks via -fdiagno [...]
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: contrib/dg-lint/dg-lint | 8 + contrib/dg-lint/libgdiagnostics.py | 17 + gcc/Makefile.in | 1 + gcc/analyzer/region-model.cc | 2 +- gcc/diagnostic-format-html.cc | 1 + ...pts-diagnostic.cc => diagnostic-output-spec.cc} | 269 +++---- gcc/diagnostic-output-spec.h | 116 +++ gcc/diagnostic.cc | 7 + gcc/diagnostic.h | 2 + gcc/doc/libgdiagnostics/topics/compatibility.rst | 9 + .../libgdiagnostics/topics/diagnostic-manager.rst | 42 ++ gcc/libgdiagnostics++.h | 19 + gcc/libgdiagnostics.cc | 65 ++ gcc/libgdiagnostics.h | 31 + gcc/libgdiagnostics.map | 7 + gcc/libsarifreplay.cc | 11 + gcc/opts-diagnostic.cc | 820 +-------------------- gcc/sarif-replay.cc | 32 + gcc/selftest-run-tests.cc | 2 +- gcc/selftest.h | 2 +- .../2.1.0-valid/signal-1-check-html.py | 26 + .../2.1.0-valid/signal-1-check-sarif-roundtrip.py | 41 ++ .../sarif-replay.dg/2.1.0-valid/signal-1.c.sarif | 10 + 23 files changed, 591 insertions(+), 949 deletions(-) copy gcc/{opts-diagnostic.cc => diagnostic-output-spec.cc} (80%) create mode 100644 gcc/diagnostic-output-spec.h create mode 100644 gcc/testsuite/sarif-replay.dg/2.1.0-valid/signal-1-check-html.py create mode 100644 gcc/testsuite/sarif-replay.dg/2.1.0-valid/signal-1-check-sarif- [...]