Commit 1c1a7ba4 by Jason Merrill

varasm.c (assemble_variable): Do set TREE_ASM_WRITTEN on erroneous incomplete decls.

Thu Jul  7 16:58:35 1994  Jason Merrill  (jason@deneb.cygnus.com)

        * varasm.c (assemble_variable): Do set TREE_ASM_WRITTEN on
        erroneous incomplete decls.

From-SVN: r7677
parent 5b0ce758
......@@ -980,6 +980,7 @@ assemble_variable (decl, top_level, at_end, dont_output_data)
DECL_SOURCE_LINE (decl),
"storage size of `%s' isn't known",
IDENTIFIER_POINTER (DECL_NAME (decl)));
TREE_ASM_WRITTEN (decl) = 1;
return;
}
......
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