On Fri, May 10, 2013 at 02:55:07AM -0400, Shakthi Kannan wrote:
> Hi,
>
> The attached patch adds LAST_SOURCE_COLUMN to pp_verbatim
> function in the while loop present in
> diagnostic_report_current_module(). This makes the output
> consistent for any error parsing program as stated in the bug.
>
> 2013-05-10 Shakthi Kannan <[email protected]>
>
> PR preprocessor/42014
> * gcc/diagnostic.c: Added LAST_SOURCE_COLUMN in while loop.
Maybe
PR preprocessor/42014
* diagnostic.c: Print LAST_SOURCE_COLUMN as well.
?
Marek