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/67293] Very large DW_AT_const_value produced


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67293

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
The difference is of course when not optimized out but using only(?)
DW_AT_const_value you can't refer to &a in the debugger:

(gdb) p &a
Can't take address of "a" which isn't an lvalue.


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