(define_function): Don't set DECL_INTERFACE_KNOWN.
authorJason Merrill <jason@phydeaux.cygnus.com>
Thu, 15 Jun 1995 23:07:17 +0000 (19:07 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 15 Jun 1995 23:07:17 +0000 (19:07 -0400)
From-SVN: r9993

gcc/cp/decl.c

index 9f186e04402337757ba7845ef5f6e86836c40b60..1cb9a4e6ee76316c0d3d8aa6938bb6e931194b19 100644 (file)
@@ -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,