tree.h (record_layout_info): Change type of pending_statics field to a VEC.
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 18 Jun 2010 15:49:55 +0000 (15:49 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Fri, 18 Jun 2010 15:49:55 +0000 (15:49 +0000)
commit76d971ccfb886e192d3d21705b1d9327d61f8827
treebf77ef78c9c1fda781e7ea74231e6b5dc0d22d25
parentd4fc0fb47f2fbc0910178660cffdf6f0b209fad9
tree.h (record_layout_info): Change type of pending_statics field to a VEC.

* 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.

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