* tree.h (record_layout_info): Change type of pending_statics field
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jun 2010 15:49:55 +0000 (15:49 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jun 2010 15:49:55 +0000 (15:49 +0000)
commit364ba361d5a653953f2ba9fda4b5e5fdf276903f
treebf77ef78c9c1fda781e7ea74231e6b5dc0d22d25
parentd39acc244135deba02e9d543641eed4dc80076a0
* tree.h (record_layout_info): Change type of pending_statics field
to a VEC.
* stor-layout.c (start_record_layout): Store NULL into
pending_statics.
(debug_rli): Call debug_vec_tree instead of debug_tree.
(place_field): Likewise.
(finish_record_layout): Likewise.

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