r192529 - in /trunk/gcc: ChangeLog tree-streame...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Wed Oct 17 10:25:00 GMT 2012


Author: rguenth
Date: Wed Oct 17 10:25:56 2012
New Revision: 192529

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192529
Log:
2012-10-17  Richard Biener  <rguenther@suse.de>

	* tree-streamer-out.c (write_ts_decl_common_tree_pointers):
	Do not write TREE_CHAIN of PARM_DECLs.
	(write_ts_decl_non_common_tree_pointers): Instead stream
	the DECL_ARGUMENTS chain.
	* tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
	Do not read TREE_CHAIN of PARM_DECLs.
	(lto_input_ts_decl_non_common_tree_pointes): Instead read
	the DECL_ARGUMENTS as chain.

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



More information about the Gcc-cvs mailing list