re PR bootstrap/47820 (LTO bootstrap failed with bootstrap-profiled)
authorRichard Guenther <rguenther@suse.de>
Mon, 21 Feb 2011 13:38:48 +0000 (13:38 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 21 Feb 2011 13:38:48 +0000 (13:38 +0000)
commite292d00367ce0a736a7c1e1433e7920eeb0673cf
tree5486fd865bb1f6e0283517fb9cf12a043b6de87c
parentc62f4cd9cf70644b7708f5f4eedbfff4c5aa48e2
re PR bootstrap/47820 (LTO bootstrap failed with bootstrap-profiled)

2011-02-21  Richard Guenther  <rguenther@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.

From-SVN: r170359
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c