r114283 - in /branches/lto/gcc: c-decl.c stor-l...

kazu@gcc.gnu.org kazu@gcc.gnu.org
Wed May 31 23:42:00 GMT 2006


Author: kazu
Date: Wed May 31 23:42:49 2006
New Revision: 114283

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114283
Log:
	* gcc/stor-layout.c (pending_sizes): Change the type to
	VEC(tree,gc) *.
	(get_pending_sizes, put_pending_size, put_pending_sizes):
	Update the uses of pending_sizes.
	* gcc/c-decl.c (store_parm_decls): Likewise.
	* gcc/tree.h: Update the prototype for get_pending_sizes and
	put_pending_sizes.

Modified:
    branches/lto/gcc/c-decl.c
    branches/lto/gcc/stor-layout.c
    branches/lto/gcc/tree.h



More information about the Gcc-cvs mailing list