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] clean input_location from c-parser.c


On Wed, Sep 24, 2008 at 07:49:54PM +0000, Joseph S. Myers wrote:
> On Wed, 24 Sep 2008, Aldy Hernandez wrote:
> 
> > This patch removes all but one reference to input_location from
> > c-parser.c.  It also converts all the warning/error calls with %H into
> > calls to {warning/error}_at with the corresponding location.
> > 
> > The C++ change is an obvious change.
> > 
> > Tested on x86_64 linux for both the GCC and GDB testsuites.
> > 
> > OK for mainline?
> 
> The C changes are OK.

Ok, I'm going to commit the entire patch, as the C++ change is obvious.

Thank you Joseph.

Aldy


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