This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dba9e5c1a49 2018-10-15 Tobias Burnus burnus@net-b.de new 5e64efad1fd Remove stray reference to error_at_rich_loc new 31087b7e830 diagnostics: add minimum width to left margin for line numbers
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 | 30 +++++++++++ gcc/common.opt | 4 ++ gcc/diagnostic-show-locus.c | 41 +++++++++------ gcc/diagnostic.c | 1 + gcc/diagnostic.h | 4 ++ gcc/doc/invoke.texi | 6 +++ gcc/gcc-rich-location.h | 2 +- gcc/opts.c | 4 ++ gcc/selftest-diagnostic.c | 1 + gcc/testsuite/ChangeLog | 13 +++++ gcc/testsuite/gcc.dg/missing-header-fixit-3.c | 8 +-- gcc/testsuite/gcc.dg/missing-header-fixit-4.c | 10 ++-- ...diagnostic-test-show-locus-bw-line-numbers-2.c} | 21 +++----- .../diagnostic-test-show-locus-bw-line-numbers.c | 58 +++++++++++----------- ...diagnostic-test-show-locus-color-line-numbers.c | 12 ++--- gcc/testsuite/gcc.dg/plugin/plugin.exp | 1 + gcc/toplev.c | 2 + 17 files changed, 144 insertions(+), 74 deletions(-) copy gcc/testsuite/gcc.dg/plugin/{diagnostic-test-show-locus-no-labels.c => diagno [...]