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 bootstrap/3039] Type of variable is wrong in dwarf2 debugging info


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3039


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia@physics.uc.edu  2003-06-07 21:28 -------
Looks to be fixed on the mainline (20030607) and 3.3.1 (20030526) and 3.2.3 so I am 
closing as fixed:

     DW_AT_stmt_list   : 0
     DW_AT_high_pc     : 0x8048342 134513474
     DW_AT_low_pc      : 0x8048324 134513444
     DW_AT_producer    : GNU C 3.4 20030607 (experimental)
     DW_AT_language    : 1      (ANSI C)
     DW_AT_name        : pr3039.c
     DW_AT_comp_dir    : /home/gates/pinskia/src/gnu/gcctest
 <1><68>: Abbrev Number: 2 (DW_TAG_typedef)
     DW_AT_name        : LO1
     DW_AT_decl_file   : 1
     DW_AT_decl_line   : 1
     DW_AT_type        : <73>   
.....
 <2><9c>: Abbrev Number: 5 (DW_TAG_variable)
     DW_AT_name        : i
     DW_AT_decl_file   : 1
     DW_AT_decl_line   : 5
     DW_AT_type        : <68>   
     DW_AT_location    : 2 byte block: 91 7c    (DW_OP_fbreg: -4)
...


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