This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Need advice on DEFAULT_VTABLE_THUNKS settings
- To: obrien at NUXI dot com
- Subject: Re: Need advice on DEFAULT_VTABLE_THUNKS settings
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 27 May 2000 09:42:01 +0200
- CC: gcc at gcc dot gnu dot org
- References: <20000526210259.A62307@dragon.nuxi.com>
> What is the relationship to -vtable-thunks=3 and the C++ ABI in 2.96/3.0?
It is a completely different thing. -fvtable-thunks=2/3 fixes a
long-standing bug in the vtable thunks implementation; gcc 3 won't use
vtable thunks anymore (at least not in the way that caused this bug).
Regards,
Martin