Commit 8d1a5d84 by Jason Merrill Committed by Richard Kenner

(define_function): Don't set DECL_INTERFACE_KNOWN.

From-SVN: r9993
parent ad241351
...@@ -5499,7 +5499,6 @@ define_function (name, type, function_code, pfn, library_name) ...@@ -5499,7 +5499,6 @@ define_function (name, type, function_code, pfn, library_name)
tree decl = build_lang_decl (FUNCTION_DECL, get_identifier (name), type); tree decl = build_lang_decl (FUNCTION_DECL, get_identifier (name), type);
DECL_EXTERNAL (decl) = 1; DECL_EXTERNAL (decl) = 1;
TREE_PUBLIC (decl) = 1; TREE_PUBLIC (decl) = 1;
DECL_INTERFACE_KNOWN (decl) = 1;
DECL_ARTIFICIAL (decl) = 1; DECL_ARTIFICIAL (decl) = 1;
/* Since `pushdecl' relies on DECL_ASSEMBLER_NAME instead of DECL_NAME, /* Since `pushdecl' relies on DECL_ASSEMBLER_NAME instead of DECL_NAME,
......
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