Commit 8380e2f2 by Richard Stallman

(rest_of_decl_compilation): Pass 0 as DONT_OUTPUT_DATA to assemble_variable.

From-SVN: r4972
parent 1df80ae4
...@@ -2173,7 +2173,7 @@ rest_of_decl_compilation (decl, asmspec, top_level, at_end) ...@@ -2173,7 +2173,7 @@ rest_of_decl_compilation (decl, asmspec, top_level, at_end)
&& (DECL_INITIAL (decl) == 0 && (DECL_INITIAL (decl) == 0
|| DECL_INITIAL (decl) == error_mark_node || DECL_INITIAL (decl) == error_mark_node
|| DECL_IGNORED_P (decl)))) || 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) else if (DECL_REGISTER (decl) && asmspec != 0)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment