From: Jason Merrill Date: Thu, 15 Jun 1995 23:07:17 +0000 (-0400) Subject: (define_function): Don't set DECL_INTERFACE_KNOWN. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d1a5d8422bb5812990bcd68a4769449001587d0;p=gcc.git (define_function): Don't set DECL_INTERFACE_KNOWN. From-SVN: r9993 --- diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 9f186e04402..1cb9a4e6ee7 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -5499,7 +5499,6 @@ define_function (name, type, function_code, pfn, library_name) tree decl = build_lang_decl (FUNCTION_DECL, get_identifier (name), type); DECL_EXTERNAL (decl) = 1; TREE_PUBLIC (decl) = 1; - DECL_INTERFACE_KNOWN (decl) = 1; DECL_ARTIFICIAL (decl) = 1; /* Since `pushdecl' relies on DECL_ASSEMBLER_NAME instead of DECL_NAME,