------- Comment #6 from howarth at nitro dot med dot uc dot edu 2006-09-20 23:49 ------- Does anyone know why we don't run this test at lp64 on powerpc? I find that on powerpc-apple-darwin8 the following changes allow...
make check-gcc RUNTESTFLAGS="--target_board=unix'{-m32,-m64}' dg.exp=20020103-1.*" to pass at both -m32 and -m64 on Darwin PPC... Index: gcc.dg/20020103-1.c =================================================================== --- gcc.dg/20020103-1.c (revision 117095) +++ gcc.dg/20020103-1.c (working copy) @@ -1,8 +1,8 @@ /* Verify that constant equivalences get reloaded properly, either by being spilled to the stack, or regenerated, but not dropped to memory. */ -/* { dg-do compile { target { { i?86-*-* rs6000-*-* alpha*-*-* x86_64-*-* } || { powerpc*-*-* && ilp32 } } } } */ +/* { dg-do compile { target { i?86-*-* rs6000-*-* alpha*-*-* x86_64-*-* powerpc*-*-* } } } */ /* { dg-options "-O2 -fpic -fno-omit-frame-pointer -fno-asynchronous-unwind-tables" } */ -/* { dg-final { scan-assembler-not "LC\[0-9\]" { xfail powerpc*-*-* } } } */ +/* { dg-final { scan-assembler-not "LC\[0-9\]" } } */ /* Clobber all call-saved registers that can hold a pointer value. */ #if defined(__i386__) Could someone test this on AIX? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11594