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 lto/54795] [4.8 Regression] LTO miscompiled external array access


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

--- Comment #23 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-25 22:36:48 UTC ---
Another problem with revision 191466 is we lost
debug info on cl_options.  With revision 191465,
I got

(gdb) whatis cl_options
type = const struct cl_option [1221]
(gdb) 

After revision 191466, I got

(gdb) whatis cl_option
type = cl_option
(gdb)


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