This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3655b4c4ae2 cselim: Update the vop manually for cond_if_else_store replacement new cda7145fa9e text-art: allow wrapper_widget to have no child new 0401957b86f selftest.h: fix sort order of decls new 1233d79c193 diagnostics: move xml defs to a new xml.cc new d5050287acd diagnostics: introduce xml::doctypedecl to avoid hardcoding html
The 4 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 | 332 +++----------------------------------- gcc/selftest-run-tests.cc | 1 + gcc/selftest.h | 15 +- gcc/text-art/widget.cc | 10 ++ gcc/text-art/widget.h | 11 +- gcc/xml.cc | 367 ++++++++++++++++++++++++++++++++++++++++++ gcc/xml.h | 8 + 8 files changed, 422 insertions(+), 323 deletions(-) create mode 100644 gcc/xml.cc