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/55466] [4.8 Regression] Revision 191466 destroyed DWARF debug info


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

--- Comment #1 from Jan Hubicka <hubicka at ucw dot cz> 2012-11-26 12:45:23 UTC ---
> /export/project/git/gcc-regression-bootstrap/master/191466/bld/gcc/cc1...done.
> (gdb) whatis global_options
> type = <data variable, no debug info>
> (gdb) whatis cl_options
> type = <data variable, no debug info>
> (gdb) whatis cl_enums
> type = <data variable, no debug info>
> (gdb)  whatis cl_enums_count
> type = <data variable, no debug info>
> (gdb) whatis global_options_set
> type = <data variable, no debug info>
> (gdb) whatis sched_max_luid
> type = <data variable, no debug info>
> (gdb)

Hmm, I suppose this is because we no longer merge symbols that are not part of
symtab, but
used only for debugging....

Honza


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