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
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: Andreas Schwab <schwab at suse dot de>, Andreas Jaeger <aj at suse dot de>, "Goodman, Joe" <joe dot goodman at intel dot com>, bkoz at redhat dot com, gcc at gcc dot gnu dot org, rth at redhat dot com
- Date: Mon, 5 Aug 2002 09:06:27 -0400
- Subject: Re: C++ ABI testing issues, gcc-3.3 <-> gcc-3.2 compatibility
- References: <je8z3lv4wo.fsf@sykes.suse.de> <Pine.LNX.4.44.0208050902480.18072-100000@dberlin.org>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Aug 05, 2002 at 09:03:46AM -0400, Daniel Berlin wrote:
> > |> > That's the same result as given on IA-32 or IA-64, but those
> > |> > tests are
> > |> > #if !defined __i386__ && !defined __ia64__
> > |> > Guess at least __alpha__ is a good candidate for this treatment too.
> > |>
> > |> x86-64 has the same problem, everything passes except bitfield3 (this
> > |> is with GCC 3.2 plus some extra patches),
> >
> > Same on s390x. Are there any platforms where it *does* pass?
> I could swear I ran these tests on x86 or powerpc (can't remember which)
> when it was first released by Intel, and everything passed.
See Andreas' first mail. Have you actually removed : from RUN= and replaced
: with touch in TOUCH= in config.mk?
Jakub