Commit ee712d65 by Jeffrey A Law Committed by Jeff Law

init.c (build_builtin_delete_call): Add missing assemble_external call.

        * init.c (build_builtin_delete_call): Add missing assemble_external
        call.

From-SVN: r21871
parent eab049e2
Thu Aug 20 09:09:45 1998 Jeffrey A Law (law@cygnus.com)
* init.c (build_builtin_delete_call): Add missing assemble_external
call.
1998-08-20 Jason Merrill <jason@yorick.cygnus.com>
* parse.y (notype_unqualified_id): Also accept ~A<int>.
......
......@@ -1931,6 +1931,7 @@ build_builtin_delete_call (addr)
tree BID = get_first_fn
(IDENTIFIER_GLOBAL_VALUE (ansi_opname[(int) DELETE_EXPR]));
assemble_external (BID);
return build_call (BID, void_type_node, build_expr_list (NULL_TREE, addr));
}
......
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