This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r162008 - in /trunk/gcc: cp/ChangeLog cp/class....


Author: jason
Date: Fri Jul  9 19:36:19 2010
New Revision: 162008

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162008
Log:
	PR c++/43120
	* cp-tree.h (BV_LOST_PRIMARY): New macro.
	* class.c (update_vtable_entry_for_fn): Fix covariant thunk logic.
	Set BV_LOST_PRIMARY.
	(build_vtbl_initializer): Check BV_LOST_PRIMARY.

Added:
    trunk/gcc/testsuite/g++.dg/abi/covariant6.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/class.c
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/abi/covariant1.C
    trunk/gcc/testsuite/g++.dg/inherit/covariant17.C
    trunk/gcc/testsuite/g++.dg/inherit/covariant7.C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]