stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 5 May 2010 21:32:44 +0000 (21:32 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 5 May 2010 21:32:44 +0000 (21:32 +0000)
commit507014743436b1383e17dcc42ea64cbf3a865550
tree541f3e3edc7e4a4873031ecdbba69ae40d69cf52
parentf0999267303330ddeac1c758917bcb3f5d77a1ce
stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.

* 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.
* c-decl.c (store_parm_decls): Likewise.
* c-tree.h (struct c_arg_info): Likewise.
* tree.h: Update the prototype for get_pending_sizes and
put_pending_sizes.

From-SVN: r159085
gcc/ChangeLog
gcc/c-decl.c
gcc/c-tree.h
gcc/stor-layout.c
gcc/tree.h