This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8f1711ef348 PR 109125 13 regression SIGBUS in m2pim_ldtoa_ldtoa new 79aaba0a71f diagnostics: attempt to capture crash info in SARIF output [...]
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 | 173 ++++++++++++++++++--- gcc/diagnostic.cc | 13 ++ gcc/diagnostic.h | 3 + .../c-c++-common/diagnostic-format-sarif-file-1.c | 5 + gcc/testsuite/gcc.dg/plugin/crash-test-ice-sarif.c | 62 ++++++++ .../gcc.dg/plugin/crash-test-ice-stderr.c | 9 ++ .../plugin/crash-test-write-though-null-sarif.c | 62 ++++++++ .../plugin/crash-test-write-though-null-stderr.c | 9 ++ ..._plugin_test_metadata.c => crash_test_plugin.c} | 74 ++++----- gcc/testsuite/gcc.dg/plugin/plugin.exp | 5 + 10 files changed, 354 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/crash-test-ice-sarif.c create mode 100644 gcc/testsuite/gcc.dg/plugin/crash-test-ice-stderr.c create mode 100644 gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-sarif.c create mode 100644 gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-stderr.c copy gcc/testsuite/gcc.dg/plugin/{diagnostic_plugin_test_metadata.c => crash_test_ [...]