This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, PR preprocessor/42014] Added LAST_SOURCE_COLUMN in while loop


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 <skannan@redhat.com>
> 
>     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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]