This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7cc529fe514 regenerate-opt-urls.py: fix transposed values for "vax" and "v850" new fb7a943ead6 selftests: split out make_fndecl from selftest.h to its own header new 9bda2c4c81b libcpp: move label_text to its own header new 21fc89bac61 diagnostics: consolidate global state in diagnostic-color.cc
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/analyzer/region-model.cc | 1 + gcc/diagnostic-color.cc | 277 +++++++++++++++++++------ gcc/function-tests.cc | 1 + gcc/selftest-run-tests.cc | 1 + gcc/{selftest-diagnostic.h => selftest-tree.h} | 30 +-- gcc/selftest.h | 8 +- libcpp/Makefile.in | 2 +- libcpp/include/label-text.h | 102 +++++++++ libcpp/include/rich-location.h | 79 +------ 9 files changed, 334 insertions(+), 167 deletions(-) copy gcc/{selftest-diagnostic.h => selftest-tree.h} (55%) create mode 100644 libcpp/include/label-text.h