This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6790558b4da s390x: Fix bootstrap. new 7fda941722b diagnostics: split path-printing into a new diagnostic-path [...] new 04871e74886 diagnostics: rework experimental-html output [PR116792]
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: gcc/Makefile.in | 1 + gcc/diagnostic-format-html.cc | 674 ++++-- gcc/diagnostic-format-html.h | 16 + ...iagnostic-path.cc => diagnostic-path-output.cc} | 567 +++-- gcc/diagnostic-path.cc | 2321 -------------------- gcc/diagnostic-show-locus.cc | 999 +++++++-- gcc/diagnostic.cc | 20 +- gcc/diagnostic.h | 89 +- gcc/doc/invoke.texi | 11 +- gcc/fortran/error.cc | 3 +- gcc/opts-diagnostic.cc | 26 +- gcc/selftest-diagnostic.cc | 4 +- gcc/selftest-diagnostic.h | 2 +- gcc/selftest-run-tests.cc | 2 +- gcc/selftest.h | 2 +- .../gcc.dg/html-output/missing-semicolon.c | 2 +- .../gcc.dg/html-output/missing-semicolon.py | 6 - .../gcc.dg/plugin/diagnostic-test-metadata-html.c | 4 +- .../gcc.dg/plugin/diagnostic-test-metadata-html.py | 35 +- .../gcc.dg/plugin/diagnostic-test-paths-2.c | 2 +- .../gcc.dg/plugin/diagnostic-test-paths-2.py | 26 +- .../gcc.dg/plugin/diagnostic-test-paths-4.c | 6 +- .../gcc.dg/plugin/diagnostic-test-paths-4.py | 190 ++ .../diagnostic-test-show-locus-bw-line-numbers.c | 6 +- .../gcc.dg/plugin/diagnostic-test-show-locus.py | 111 + .../gcc.dg/plugin/diagnostic_group_plugin.cc | 3 +- gcc/testsuite/lib/htmltest.py | 90 + gcc/xml-printer.h | 84 + gcc/xml.h | 113 + 29 files changed, 2442 insertions(+), 2973 deletions(-) copy gcc/{diagnostic-path.cc => diagnostic-path-output.cc} (87%) create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-paths-4.py create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus.py create mode 100644 gcc/xml-printer.h create mode 100644 gcc/xml.h