This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e3ade1b9899 [RISC-V] Adjust ABI specification in recently added Andes tests new 85a97e1a8ee testsuite: fix typo in name of plugin test file new 38cb4289180 diagnostics: fix crash-handling inside nested diagnostics [ [...] new 259347de43e diagnostics: handle fatal_error in SARIF output [PR120063]
The 3 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/diagnostics/buffering.cc | 5 +++ gcc/diagnostics/context.cc | 5 +-- gcc/diagnostics/sarif-sink.cc | 1 + gcc/testsuite/gcc.dg/fatal-error-html.py | 28 +++++++++++++ .../werror.py => fatal-error-sarif.py} | 16 ++------ gcc/testsuite/gcc.dg/fatal-error.c | 11 +++++ .../gcc.dg/plugin/crash-test-nested-ice-html.py | 42 +++++++++++++++++++ ...sarif-2_1.py => crash-test-nested-ice-sarif.py} | 37 ++++------------- .../gcc.dg/plugin/crash-test-nested-ice.c | 25 ++++++++++++ .../crash-test-nested-write-through-null-html.py | 42 +++++++++++++++++++ .../crash-test-nested-write-through-null-sarif.py | 47 ++++++++++++++++++++++ .../plugin/crash-test-nested-write-through-null.c | 25 ++++++++++++ ...rif.c => crash-test-write-through-null-sarif.c} | 0 ...rr.c => crash-test-write-through-null-stderr.c} | 0 gcc/testsuite/gcc.dg/plugin/crash_test_plugin.cc | 44 ++++++++++++++++++-- gcc/testsuite/gcc.dg/plugin/plugin.exp | 10 +++-- 16 files changed, 286 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/fatal-error-html.py copy gcc/testsuite/gcc.dg/{sarif-output/werror.py => fatal-error-sarif.py} (50%) create mode 100644 gcc/testsuite/gcc.dg/fatal-error.c create mode 100644 gcc/testsuite/gcc.dg/plugin/crash-test-nested-ice-html.py copy gcc/testsuite/gcc.dg/plugin/{crash-test-ice-in-header-sarif-2_1.py => crash-t [...] create mode 100644 gcc/testsuite/gcc.dg/plugin/crash-test-nested-ice.c create mode 100644 gcc/testsuite/gcc.dg/plugin/crash-test-nested-write-through-nul [...] create mode 100644 gcc/testsuite/gcc.dg/plugin/crash-test-nested-write-through-nul [...] create mode 100644 gcc/testsuite/gcc.dg/plugin/crash-test-nested-write-through-null.c rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-sarif.c => crash- [...] rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-stderr.c => crash [...]