aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2010-06-18 15:49:55 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2010-06-18 15:49:55 +0000
commit76d971ccfb886e192d3d21705b1d9327d61f8827 (patch)
treebf77ef78c9c1fda781e7ea74231e6b5dc0d22d25 /gcc/tree.h
parentd4fc0fb47f2fbc0910178660cffdf6f0b209fad9 (diff)
downloadgcc-76d971ccfb886e192d3d21705b1d9327d61f8827.zip
gcc-76d971ccfb886e192d3d21705b1d9327d61f8827.tar.gz
gcc-76d971ccfb886e192d3d21705b1d9327d61f8827.tar.bz2
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
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 0d8eefa..80f97ee 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -4334,7 +4334,7 @@ typedef struct record_layout_info_s
tree prev_field;
/* The static variables (i.e., class variables, as opposed to
instance variables) encountered in T. */
- tree pending_statics;
+ VEC(tree,gc) *pending_statics;
/* Bits remaining in the current alignment group */
int remaining_in_alignment;
/* True if we've seen a packed field that didn't have normal