Commit 6c931fc0 by Jason Merrill

(make_decl_rtl): Don't update DECL_ASSEMBLER_NAME for

        local statics.

From-SVN: r12163
parent 486086f3
......@@ -724,7 +724,6 @@ make_decl_rtl (decl, asmspec, top_level)
DECL_RTL (decl) = gen_rtx (MEM, DECL_MODE (decl),
gen_rtx (SYMBOL_REF, Pmode, name));
DECL_ASSEMBLER_NAME (decl) = get_identifier (name);
/* If this variable is to be treated as volatile, show its
tree node has side effects. If it has side effects, either
......
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