class.c (finish_struct_1): Still check for ANON_AGGR_TYPE_P.
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 20 May 1999 12:21:53 +0000 (12:21 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 20 May 1999 12:21:53 +0000 (08:21 -0400)
commit6d813d4d850ce5b22d74f3479822dfe91c0fe35f
tree7359b8ac7c2e149be051eb0b97f9c2510de36011
parent75153fba81d4bb413428631ff087e430a604a667
class.c (finish_struct_1): Still check for ANON_AGGR_TYPE_P.

* class.c (finish_struct_1): Still check for ANON_AGGR_TYPE_P.
* class.c (finish_base_struct): Allow non-COM bases for COM classes
except at the leftmost position.
(modify_one_vtable, fixup_vtable_deltas1, override_one_vtable):
Pass the binfo's class, not the most derived, to skip_rtti_stuff.
* search.c (get_abstract_virtuals, expand_upcast_fixups): Likewise.

From-SVN: r27065
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/search.c