Commit 351c54c8 by Mark Mitchell Committed by Mark Mitchell

* class.c (fixup_inline_methods): Clear CLASSTYPE_INLINE_FRIENDS.

From-SVN: r31140
parent d4d4ae5f
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> 1999-12-29 Mark Mitchell <mark@codesourcery.com>
* class.c (create_vtable_ptr): Put the vtable at the beginning of * class.c (create_vtable_ptr): Put the vtable at the beginning of
......
...@@ -4209,6 +4209,7 @@ fixup_inline_methods (type) ...@@ -4209,6 +4209,7 @@ fixup_inline_methods (type)
method; method;
method = TREE_CHAIN (method)) method = TREE_CHAIN (method))
fixup_pending_inline (DECL_PENDING_INLINE_INFO (TREE_VALUE (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 /* Calculate the TYPE_SIZE, TYPE_ALIGN, etc for T. Calculate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment