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)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:00:09 +0000 (14:00 +0900)
commitc306daef46c37afba3fb225647c8afb11f10147d
tree3c7f88ef62d17bafcb68107f418f1b2b0e319564
parent54dac475528819f5fa1e2ac125a9d046e2f4e370
* 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/stor-layout.c
gcc/tree.h