1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wuninitialized" } */
4 typedef union tree_node
*tree
;
13 struct tree_common common
;
20 struct tree_common common
;
21 struct tree_decl decl
;
27 finish_struct (tree t
, tree fieldlist
, tree attributes
)
34 if (x
->decl
.name
== 0)