diff --git a/gcc/c-common.c b/gcc/c-common.c index 9e76fab9d98..50aa60e90ae 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -216,7 +216,7 @@ decl_attributes (decl, attributes) { TREE_TYPE (decl) = type; DECL_SIZE (decl) = 0; - layout_decl (decl); + layout_decl (decl, 0); } else error ("no data type for mode `%s'", specified_name);