Re: gcc 4.2 breaks debugging anonymous namespace

2007-05-25 Thread Daniel Jacobowitz
On Fri, May 25, 2007 at 02:00:35PM +0200, Corinna Vinschen wrote: > IMHO, this is a bug in g++. The mangled name in DW_AT_MIPS_linkage_name > is required so that GDB can correctly recognize mangled c++ symbols. Yes, I think so. Keep in mind that, in turn, the dependency on DW_AT_MIPS_linkage_na

gcc 4.2 breaks debugging anonymous namespace

2007-05-25 Thread Corinna Vinschen
[Since this gcc problem affects gdb, I'm sending this to both lists] [Warning, long mail. But the actual description isn't that long, just the testcases are.] Hi, a specific test in the GDB testsuite (namespace.exp) contains tests on variables within anonymous namespaces. When compiling the t