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?