On Fri, Mar 09, 2007 at 01:25:39PM -0500, Nicolás Maquiavelo wrote: > I suggest to close this bug that i have reported a few days ago because I > did better tests and it seems that the bug is in g++, who does not generate > debugging symbols properly. I'm sorry.
No problem - sorry I never got to look at it. I took a few minutes to check your testcase. It looks like you're right; G++ generates debugging information for a local variable in the constructor, but nowhere does it record the name of the local variable. -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

