This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/10004] gcc -g does not always include labels in concrete inlined instance tree
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jun 2003 22:23:53 -0000
- Subject: [Bug debug/10004] gcc -g does not always include labels in concrete inlined instance tree
- References: <20030308143600.10004.werner@almesberger.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10004
pinskia@physics.uc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pinskia@physics.uc.edu 2003-06-07 22:23 -------
Fixed only on the mainline (20030607) which will most likely become 3.4:
readelf -w a.out | grep label
<4><ae>: Abbrev Number: 7 (DW_TAG_label)
<2><dd>: Abbrev Number: 11 (DW_TAG_label)
DW_AT_name : label
7 DW_TAG_label [no children]
11 DW_TAG_label [no children]
<1><69>: Abbrev Number: 2 (DW_TAG_subprogram)
DW_AT_sibling : <ba>
DW_AT_external : 1
DW_AT_name : main
DW_AT_decl_file : 1
DW_AT_decl_line : 11
DW_AT_prototyped : 1
DW_AT_low_pc : 0x8048324 134513444
DW_AT_high_pc : 0x8048345 134513477
DW_AT_frame_base : 1 byte block: 55 (DW_OP_reg5)
......
<4><ae>: Abbrev Number: 7 (DW_TAG_label)
DW_AT_abstract_origin: <dd>
DW_AT_low_pc : 0x804833b 134513467