* class.c (fixup_inline_methods): Clear CLASSTYPE_INLINE_FRIENDS.

From-SVN: r31140
This commit is contained in:
Mark Mitchell 1999-12-30 17:23:24 +00:00 committed by Mark Mitchell
parent d4d4ae5f2d
commit 351c54c817
2 changed files with 5 additions and 0 deletions

View 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

View 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