This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/54887] gdb test case failure with mi-var-rtti
- From: "arnez at linux dot vnet.ibm.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 11 Oct 2012 08:28:52 +0000
- Subject: [Bug debug/54887] gdb test case failure with mi-var-rtti
- Auto-submitted: auto-generated
- References: <bug-54887-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54887
Andreas Arnez <arnez at linux dot vnet.ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
--- Comment #4 from Andreas Arnez <arnez at linux dot vnet.ibm.com> 2012-10-11 08:28:52 UTC ---
(In reply to comment #3)
> That should also have been fixed in r192165.
Hm, for the test case above I still see the locals of rtti_for_ptr_test()
wrapped in a lexical block:
<2><32e>: Abbrev Number: 27 (DW_TAG_lexical_block)
<32f> DW_AT_low_pc : 0x400758
<337> DW_AT_high_pc : 0x38 0x0
<3><33f>: Abbrev Number: 28 (DW_TAG_variable)
<340> DW_AT_name : d
...
Should we follow up on this?