re PR c/10962 (lookup_field is a linear search on a linked list (can be slow if large...
[gcc.git] / gcc / c-tree.h
index adfea88924b21ea0d736b7e2dbfe327b51d6f0eb..50e161e5e46d608374974729fd1c0f3b346381ee 100644 (file)
@@ -109,8 +109,7 @@ struct lang_decl GTY(())
 /* In a RECORD_TYPE, a sorted array of the fields of the type.  */
 struct lang_type GTY(())
 {
-  int len;
-  tree GTY((length ("%h.len"))) elts[1];
+  struct sorted_fields_type * GTY ((reorder ("resort_sorted_fields"))) s; 
 };
 
 /* Record whether a type or decl was written with nonconstant size.