This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Running 32-bit testsuite on x86_64 - dg-skip-if help
- From: Daniel Jacobowitz <drow at false dot org>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: gcc at gcc dot gnu dot org, Janis Johnson <janis187 at us dot ibm dot com>
- Date: Tue, 4 Jan 2005 11:45:42 -0500
- Subject: Re: Running 32-bit testsuite on x86_64 - dg-skip-if help
- References: <m37jmtps2o.fsf@gromit.moeb>
On Tue, Jan 04, 2005 at 08:32:47AM +0100, Andreas Jaeger wrote:
> Or should we use?
>
> /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
> /* { dg-require-effective-target ilp32 } */
>
> What is better to do? The dg-require-effective-target compiles
> another test program which might slow down the testsuite runs...
Does it do that each time? I think it should only happen once per
testsuite run. And it's a lot cleaner to read.
--
Daniel Jacobowitz