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/47799] LTO debug info for early inlined functions missing


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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-28 11:07:22 UTC ---
Author: rguenth
Date: Fri Sep 28 11:07:17 2012
New Revision: 191824

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191824
Log:
2012-09-28  Richard Guenther  <rguenther@suse.de>

    PR lto/47799
    * lto-streamer-out.c (tree_is_indexable): Make PARM_DECLs global.
    (lto_output_tree_ref): Handle references to them.
    (output_function): Do not output function arguments again.
    * lto-streamer-in.c (input_function): Do not input arguments
    again, nor overwrite them.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-streamer-in.c
    trunk/gcc/lto-streamer-out.c


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