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 Mon, Sep 08, 2008 at 06:39:58PM -0400, Frank Ch. Eigler wrote:
> 
> Aldy Hernandez <aldyh@redhat.com> writes:
> 
> > [...]  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.
> 
> Have you tested the gdb test suite before & after this change?  

Yes, as I mentioned in the original message, I have tested both the GCC
and the GDB regression testsuite.  Two points to Aldy for being on top
of the game :).

Aldy


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