(decl_attributes): Call layout_decl with two arguments.
From-SVN: r1711
This commit is contained in:
parent
4b1f5e8c50
commit
ef57b1e9f0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user