This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/10004] gcc -g does not always include labels in concrete inlined instance tree


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]