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/47162] [4.6 Regression] LTO is broken


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

--- Comment #6 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-01-05 14:55:32 UTC ---
Author: hjl
Date: Wed Jan  5 14:55:27 2011
New Revision: 168515

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168515
Log:
Fix PR lto/47162.

2011-01-05  Martin Jambor  <mjambor@suse.cz>

    PR lto/47162
    * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
    deltas on streamed outgoing edges.
    (output_node_opt_summary): Output info for outgoing edges only when
    the node is in new parameter set.
    (output_cgraph_opt_summary): New parameter set, passed to the two
    aforementioned functions.  Update its forward declaration and its
    callee too.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-cgraph.c


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