* class.c (fixup_inline_methods): Clear CLASSTYPE_INLINE_FRIENDS.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 1999 17:23:24 +0000 (17:23 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 1999 17:23:24 +0000 (17:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31140 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/class.c

index 7506b73..6c961f1 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * class.c (fixup_inline_methods): Clear CLASSTYPE_INLINE_FRIENDS.
+
 1999-12-29  Mark Mitchell  <mark@codesourcery.com>
 
        * class.c (create_vtable_ptr): Put the vtable at the beginning of
index 8f1a1a2..4a75af9 100644 (file)
@@ -4209,6 +4209,7 @@ fixup_inline_methods (type)
        method; 
        method = TREE_CHAIN (method))
     fixup_pending_inline (DECL_PENDING_INLINE_INFO (TREE_VALUE (method)));
+  CLASSTYPE_INLINE_FRIENDS (type) = NULL_TREE;
 }
 
 /* Calculate the TYPE_SIZE, TYPE_ALIGN, etc for T.  Calculate