[Bug debug/55056] [4.8/4.9 Regression] -O0 -g missing location for register double var
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 25 11:46:00 GMT 2013
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)
More information about the Gcc-bugs
mailing list