r218295 - in /trunk/gcc: ChangeLog diagnostic.c
manu@gcc.gnu.org
manu@gcc.gnu.org
Tue Dec 2 23:16:00 GMT 2014
Author: manu
Date: Tue Dec 2 23:16:21 2014
New Revision: 218295
URL: https://gcc.gnu.org/viewcvs?rev=218295&root=gcc&view=rev
Log:
libcpp uses diagnostic->override_column to give a custom column number to
diagnostics. This is taken into account when building the prefix, but it was
missing when placing the caret.
2014-12-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
* diagnostic.c (diagnostic_show_locus): Honor override_column when
placing the caret.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/diagnostic.c
More information about the Gcc-cvs
mailing list