This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8dba9c7ec97 RISC-V: Add testcases for vec_duplicate + vadd.vv combine c [...] new 1a2c62212bd diagnostics: convert HTML output test plugin to 'experiment [...]
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/Makefile.in | 1 + ...n_xhtml_format.cc => diagnostic-format-html.cc} | 323 ++++++++------------- gcc/diagnostic-format-html.h | 37 +++ gcc/doc/invoke.texi | 18 +- gcc/opts-diagnostic.cc | 60 ++++ gcc/selftest-run-tests.cc | 1 + gcc/selftest.h | 1 + .../html-output.exp} | 2 +- .../gcc.dg/html-output/missing-semicolon.c | 13 + .../gcc.dg/html-output/missing-semicolon.py | 84 ++++++ .../gcc.dg/plugin/diagnostic-test-xhtml-1.c | 19 -- gcc/testsuite/gcc.dg/plugin/plugin.exp | 2 - gcc/testsuite/lib/gcc-dg.exp | 1 + gcc/testsuite/lib/htmltest.py | 9 + gcc/testsuite/lib/scanhtml.exp | 90 ++++++ libatomic/testsuite/lib/libatomic.exp | 1 + libgomp/testsuite/lib/libgomp.exp | 1 + libitm/testsuite/lib/libitm.exp | 1 + libphobos/testsuite/lib/libphobos-dg.exp | 1 + libvtv/testsuite/lib/libvtv-dg.exp | 1 + 20 files changed, 449 insertions(+), 217 deletions(-) rename gcc/{testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.cc => diagnosti [...] create mode 100644 gcc/diagnostic-format-html.h copy gcc/testsuite/gcc.dg/{sarif-output/sarif-output.exp => html-output/html-outpu [...] create mode 100644 gcc/testsuite/gcc.dg/html-output/missing-semicolon.c create mode 100644 gcc/testsuite/gcc.dg/html-output/missing-semicolon.py delete mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-xhtml-1.c create mode 100644 gcc/testsuite/lib/htmltest.py create mode 100644 gcc/testsuite/lib/scanhtml.exp