OSDN Git Service

* stor-layout.c (pending_sizes): Change the type to
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 May 2010 21:32:44 +0000 (21:32 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 May 2010 21:32:44 +0000 (21:32 +0000)
commitdcff3217c8608480cbe20b16ccef7da39cec1966
tree541f3e3edc7e4a4873031ecdbba69ae40d69cf52
parent00800310dc87e09a34359a22fe685fdcd9fb3a88
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159085 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c
gcc/c-tree.h
gcc/stor-layout.c
gcc/tree.h