aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@phydeaux.cygnus.com>1995-06-15 19:07:17 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-15 19:07:17 -0400
commit8d1a5d8422bb5812990bcd68a4769449001587d0 (patch)
tree667cfc26465038d711f2bedf7b110ff50c3a77a5
parentad2413517ba20836443d3e00a88316d6b80704ab (diff)
downloadgcc-8d1a5d8422bb5812990bcd68a4769449001587d0.zip
gcc-8d1a5d8422bb5812990bcd68a4769449001587d0.tar.gz
gcc-8d1a5d8422bb5812990bcd68a4769449001587d0.tar.bz2
(define_function): Don't set DECL_INTERFACE_KNOWN.
From-SVN: r9993
-rw-r--r--gcc/cp/decl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 9f186e0..1cb9a4e 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,