This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] x86_64 darwin work
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Eric Christopher <echristo at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Geoffrey Keating <geoffk at apple dot com>
- Date: Thu, 07 Sep 2006 20:52:31 -0700
- Subject: Re: [patch] x86_64 darwin work
- References: <4500E776.1000808@apple.com>
On Thu, 2006-09-07 at 20:45 -0700, Eric Christopher wrote:
> Index: testsuite/gcc.target/i386/20060512-3.c
> ===================================================================
> --- testsuite/gcc.target/i386/20060512-3.c (revision 116758)
> +++ testsuite/gcc.target/i386/20060512-3.c (working copy)
> @@ -1,4 +1,5 @@
> /* { dg-do run { target i?86-*-* } } */
> +/* { dg-require-effective-target ilp32 } */
Can you change the target above to include x86_64-*-* since you are also
including dg-require-effective-target? Can you also do it for the rest
of the testsuite patches?
Thanks,
Andrew Pinski