This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r170359 - in /trunk/gcc: ChangeLog lto-streamer...
- From: rguenth at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 21 Feb 2011 13:38:49 -0000
- Subject: r170359 - in /trunk/gcc: ChangeLog lto-streamer...
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 <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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/lto-streamer-in.c
trunk/gcc/lto-streamer-out.c