This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 69121b015ed Add FT32B support new db7ff53df7a Move selftest::test_diagnostic_context to its own header new fd3a7b2d4e9 Add selftest for diagnostic_get_location_text
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/ChangeLog | 15 +++++++++++ gcc/Makefile.in | 2 +- gcc/diagnostic-show-locus.c | 29 +-------------------- gcc/diagnostic.c | 41 ++++++++++++++++++++++++++++++ gcc/selftest-diagnostic.c | 62 +++++++++++++++++++++++++++++++++++++++++++++ gcc/selftest-diagnostic.h | 49 +++++++++++++++++++++++++++++++++++ 6 files changed, 169 insertions(+), 29 deletions(-) create mode 100644 gcc/selftest-diagnostic.c create mode 100644 gcc/selftest-diagnostic.h