This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a04fb17 Update copyright. new fee30e0 Move diagnostic_show_locus and friends out into a new source file
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/ChangeLog | 8 +++ gcc/Makefile.in | 3 +- gcc/diagnostic-show-locus.c | 166 ++++++++++++++++++++++++++++++++++++++++++++ gcc/diagnostic.c | 129 ---------------------------------- 4 files changed, 176 insertions(+), 130 deletions(-) create mode 100644 gcc/diagnostic-show-locus.c