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/47798] LTO debuginfo for globals wrong


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

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-02-18 16:24:47 UTC ---
Author: rguenth
Date: Fri Feb 18 16:24:40 2011
New Revision: 170274

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170274
Log:
2011-02-18  Richard Guenther  <rguenther@suse.de>

    PR lto/47798
    * lto-streamer.h (lto_global_var_decls): Declare.
    * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
    statics for global var processing.

    lto/
    * lto-tree.h (lto_global_var_decls): Do not declare here.
    * lto-lang.c: Include lto-streamer.h.
    * Make-lang.in (lto-lang.o): Adjust dependencies.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-streamer-in.c
    trunk/gcc/lto-streamer.h
    trunk/gcc/lto/ChangeLog
    trunk/gcc/lto/Make-lang.in
    trunk/gcc/lto/lto-lang.c
    trunk/gcc/lto/lto-tree.h


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