https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116792
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by David Malcolm <dmalc...@gcc.gnu.org>: https://gcc.gnu.org/g:48261bd26df624f0b906600fb0ef6864c7a7f895 commit r15-3752-g48261bd26df624f0b906600fb0ef6864c7a7f895 Author: David Malcolm <dmalc...@redhat.com> Date: Fri Sep 20 18:51:56 2024 -0400 diagnostics: add HTML output format as a plugin [PR116792] This patch adds an experimental diagnostics output format that writes HTML. It isn't ready yet for end-users, but seems worth keeping in the tree as I refactor the diagnostics subsystem, to ensure that this code still builds, and to verify that it's possible to implement new diagnostic output formats via GCC plugins. Hence this patch merely adds it to the testsuite as an example of a GCC plugin, rather than exposing it as a feature for end-users. gcc/testsuite/ChangeLog: PR other/116792 * gcc.dg/plugin/diagnostic-test-xhtml-1.c: New test. * gcc.dg/plugin/diagnostic_plugin_xhtml_format.c: New test plugin. * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above. Signed-off-by: David Malcolm <dmalc...@redhat.com>