X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Fc-tree.h;h=50e161e5e46d608374974729fd1c0f3b346381ee;hb=d07605f5703529578edb1c65369fba38ddbff327;hp=adfea88924b21ea0d736b7e2dbfe327b51d6f0eb;hpb=48addf69eb048d3fc0135244e6dc9ea90ecb1254;p=gcc.git diff --git a/gcc/c-tree.h b/gcc/c-tree.h index adfea88924b..50e161e5e46 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -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.