(decl_attributes): Call layout_decl with two arguments.
authorRichard Stallman <rms@gnu.org>
Wed, 29 Jul 1992 03:46:49 +0000 (03:46 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 29 Jul 1992 03:46:49 +0000 (03:46 +0000)
From-SVN: r1711

gcc/c-common.c

index 9e76fab9d98106febf293bb85d09a27d421976ef..50aa60e90aeba831bde9a9427e6e27a38b69eabe 100644 (file)
@@ -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);