From: Richard Stallman Date: Wed, 29 Jul 1992 03:46:49 +0000 (+0000) Subject: (decl_attributes): Call layout_decl with two arguments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef57b1e9f0820bcb629249aad4f514d235f268c7;p=gcc.git (decl_attributes): Call layout_decl with two arguments. From-SVN: r1711 --- 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);