This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 3/4] NetWare: general testsuite adjustments
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Jan Beulich <JBeulich at novell dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 27 Jul 2009 14:00:12 -0700
- Subject: Re: [PATCH 3/4] NetWare: general testsuite adjustments
- References: <4A689044020000780000BF9C@vpn.id2.novell.com>
- Reply-to: janis187 at us dot ibm dot com
On Thu, 2009-07-23 at 15:31 +0100, Jan Beulich wrote:
> Various tests fail to consider targets with non-standard defaults, for
> NetWare in particular MS bitfield layout and packed structures.
>
> Besides that, various special cases earlier needed due to missing
> abstraction for targets without -fPIC support can be removed.
>
> The slightly different 4.4 patch is attached for reference.
>
> Jan
>
> 2009-07-23 Jan Beulich <jbeulich@novell.com>
>
> * g++.dg/ext/bitfield2.C: Add -mno-ms-bitfields for
> i?86-*-netware.
> * g++.dg/ext/bitfield3.C: Likewise.
> * g++.dg/ext/bitfield4.C: Likewise.
> * g++.dg/ext/bitfield5.C: Likewise.
> * gcc.dg/bitfld-15.c: Likewise.
> * gcc.dg/bitfld-16.c: Likewise.
> * gcc.dg/bitfld-17.c: Likewise.
> * gcc.dg/bitfld-18.c: Likewise.
> * g++.old-deja/g++.jason/thunk2.C: Remove dg-bogus.
> * gcc.dg/20010912-1.c: Likewise.
> * gcc.dg/20021018-1.c: Likewise.
> * gcc.dg/20030213-1.c: Likewise.
> * gcc.dg/20030225-1.c: Likewise.
> * gcc.dg/20030708-1.c: Likewise.
> * gcc.dg/20050321-2.c: Likewise.
> * gcc.dg/cdce1.c: Don't pass -lm for *-*-netware*.
> * gcc.dg/cdce2.c: Likewise.
> * gcc.target/i386/pr37248-2.c: Don't test on default_packet
> targets.
> * gcc.target/i386/pr37248-3.c: Likewise.
OK.
Janis