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/55056] [4.8/4.9 Regression] -O0 -g missing location for register double var


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
-Og has 'l' as well

 <2><4f>: Abbrev Number: 4 (DW_TAG_formal_parameter)
    <50>   DW_AT_name        : u        
    <52>   DW_AT_decl_file   : 1        
    <53>   DW_AT_decl_line   : 1        
    <54>   DW_AT_type        : <0x2d>   
    <58>   DW_AT_location    : 0x0      (location list)
 <2><5c>: Abbrev Number: 5 (DW_TAG_variable)
    <5d>   DW_AT_name        : l        
    <5f>   DW_AT_decl_file   : 1        
    <60>   DW_AT_decl_line   : 2        
    <61>   DW_AT_type        : <0x2d>   
    <65>   DW_AT_location    : 0x0      (location list)


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