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] use correct column info for function definitions


On Tue, Sep 09, 2008 at 09:37:34AM +0200, Arnaud Charlet wrote:
> > In C, we are are using the opening brace of a function as the column
> > location for the function DECL.  This is confusing for error messages,
> > though rumor has it, for debugging, we need the prologue to point to the
> > instruction after the opening brace-- hence the current behavior.
> 
> Interesting. So I guess that not setting the DECL_LOCATION in c-parser.c
> any more is sufficient to have it set (earlier?) to the proper location ?

The original DECL_SOURCE_LOCATION of the function DECL has the correct
(function name) location, so no need to touch it.


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