http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47820
--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-02-21 13:38:54 UTC --- Author: rguenth Date: Mon Feb 21 13:38:48 2011 New Revision: 170359 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170359 Log: 2011-02-21 Richard Guenther <rguent...@suse.de> PR lto/47820 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers): Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs. (lto_input_ts_block_tree_pointers): Hook a BLOCK into the TUs context. * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers): Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs. Modified: trunk/gcc/ChangeLog trunk/gcc/lto-streamer-in.c trunk/gcc/lto-streamer-out.c