http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54457
Jack Howarth <howarth at nitro dot med.uc.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |howarth at nitro dot | |med.uc.edu --- Comment #7 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-11-01 13:49:44 UTC --- Shouldn't the gcc.target/i386/pr54457.c testcase be... Index: gcc/testsuite/gcc.target/i386/pr54457.c =================================================================== --- gcc/testsuite/gcc.target/i386/pr54457.c (revision 193061) +++ gcc/testsuite/gcc.target/i386/pr54457.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-do compile { target { ! { ia32 } } } } */ +/* { dg-do compile { target { ! { ia32 || lp64 } } } } */ /* { dg-options "-O2 -mx32 -maddress-mode=short" } */ extern char array[40]; On x86_64-apple-darwin12 at -m64, the gcc.target/i386/pr54457.c testcase fails the excessive errors test whereas the change above converts that to an unsupported test.