(rest_of_decl_compilation): Pass 0 as DONT_OUTPUT_DATA to assemble_variable.
authorRichard Stallman <rms@gnu.org>
Fri, 23 Jul 1993 18:44:59 +0000 (18:44 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 23 Jul 1993 18:44:59 +0000 (18:44 +0000)
From-SVN: r4972

gcc/toplev.c

index dd89afbad1c128cd963429e6bcab7602d54c09ef..95a5f553f810387db164ddb7561a37f04302bc91 100644 (file)
@@ -2173,7 +2173,7 @@ rest_of_decl_compilation (decl, asmspec, top_level, at_end)
                        && (DECL_INITIAL (decl) == 0
                            || DECL_INITIAL (decl) == error_mark_node
                            || DECL_IGNORED_P (decl))))
-                  assemble_variable (decl, top_level, at_end);
+                  assemble_variable (decl, top_level, at_end, 0);
             });
   else if (DECL_REGISTER (decl) && asmspec != 0)
     {