[Bug debug/27160] Debugging output forgets scope for typedefs.
tromey at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Feb 5 18:04:00 GMT 2010
------- Comment #2 from tromey at gcc dot gnu dot org 2010-02-05 18:04 -------
I tried this with some random svn trunk checkout, and it worked ok:
<1><25>: Abbrev Number: 2 (DW_TAG_namespace)
<26> DW_AT_name : bar
<2a> DW_AT_decl_file : 1
<2b> DW_AT_decl_line : 2
<2c> DW_AT_sibling : <0x42>
<2><30>: Abbrev Number: 3 (DW_TAG_structure_type)
<31> DW_AT_name : (indirect string, offset: 0x4c): whatever
<35> DW_AT_declaration : 1
<2><36>: Abbrev Number: 4 (DW_TAG_typedef)
<37> DW_AT_name : zot
<3b> DW_AT_decl_file : 1
<3c> DW_AT_decl_line : 7
<3d> DW_AT_type : <0x42>
--
tromey at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at gcc dot gnu dot
| |org
Known to work| |4.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27160
More information about the Gcc-bugs
mailing list