This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ ABI testing issues, gcc-3.3 <-> gcc-3.2 compatibility
On Mon, Aug 05, 2002 at 01:21:28PM +0200, Andreas Jaeger wrote:
> Andreas Jaeger <aj@suse.de> writes:
>
> > I'll test 3.3 later, I first have to bootstrap it without checking due
> > to the problems in the x86 backend. I'll send a report after that.
>
> GCC 3.3 has the same problems - and removing
> -DUSE_FUNCTION_DESCRIPTORS fixed the two vtable bugs that I had.
BTW: I've fixed the bitfield1.C bug, testing ATM.
But there is another problem - alignment of __m64 fields in records.
Jakub