* gcc.dg/980523-1.c, gcc.dg/980526-1.c, gcc.dg/20020103-1.c,
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Dec 2005 05:05:29 +0000 (05:05 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Dec 2005 05:05:29 +0000 (05:05 +0000)
gcc.dg/20040625-1.c, gcc.dg/asm-b.c, gcc.dg/iftrap-1.c,
gcc.dg/iftrap-2.c, gcc.dg/simd-3.c, gcc.dg/switch-1.c,
gcc.dg/tree-ssa/bool-1.c, gcc.dg/tree-ssa/bool-2.c,
gcc.dg/tree-ssa/bool-4.c, gcc.dg/tree-ssa/bool-5.c,
gcc.dg/tree-ssa/bool-6.c, gcc.dg/tree-ssa/bool-8.c,
gcc.dg/tree-ssa/bool-9.c, gcc.target/powerpc/980827-1.c,
gcc.target/powerpc/20040622-1.c, gcc.target/powerpc/20050603-3.c,
gcc.target/powerpc/20050830-1.c, gcc.target/powerpc/altivec-6.c,
gcc.target/powerpc/altivec-14.c, gcc.target/powerpc/altivec-22.c,
gcc.target/powerpc/doloop-1.c, gcc.target/powerpc/ppc-and-1.c,
gcc.target/powerpc/ppc-bitfield1.c, gcc.target/powerpc/ppc-compare-1.c,
gcc.target/powerpc/ppc-mov-1.c, gcc.target/powerpc/ppc-sdata-1.c,
gcc.target/powerpc/ppc-sdata-2.c,
gcc.target/powerpc/ppc-stackalign-1.c,
gcc.target/powerpc/ppc64-abi-1.c, gcc.target/powerpc/ppc64-abi-2.c,
gcc.target/powerpc/ppc64-abi-3.c, gcc.target/powerpc/ppc64-toc.c,
gcc.target/powerpc/pr18096-1.c, gcc.target/powerpc/rs6000-ldouble-1.c,
gcc.target/powerpc/rs6000-ldouble-2.c,
gcc.target/powerpc/rs6000-power2-1.c,
gcc.target/powerpc/rs6000-power2-2.c: Don't use powerpc-*-* or
powerpc64-*-* in target selection strings.  Instead use powerpc*-*-*
and ilp32 or lp64 as appropriate.  Merge dg-require-effective-target
option into target selector.
* gcc.dg/20020919-1.c: Compile for powerpc*-*-*.  Handle powerpc64.
* gcc.misc-tests/linkage.exp: Set native_cflags for powerpc*-*-linux*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108457 138bc75d-0d04-0410-961f-82ee72b054a4

43 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20020103-1.c
gcc/testsuite/gcc.dg/20020919-1.c
gcc/testsuite/gcc.dg/20040625-1.c
gcc/testsuite/gcc.dg/980523-1.c
gcc/testsuite/gcc.dg/980526-1.c
gcc/testsuite/gcc.dg/asm-b.c
gcc/testsuite/gcc.dg/iftrap-1.c
gcc/testsuite/gcc.dg/iftrap-2.c
gcc/testsuite/gcc.dg/simd-3.c
gcc/testsuite/gcc.dg/switch-1.c
gcc/testsuite/gcc.dg/tree-ssa/bool-1.c
gcc/testsuite/gcc.dg/tree-ssa/bool-2.c
gcc/testsuite/gcc.dg/tree-ssa/bool-4.c
gcc/testsuite/gcc.dg/tree-ssa/bool-5.c
gcc/testsuite/gcc.dg/tree-ssa/bool-6.c
gcc/testsuite/gcc.dg/tree-ssa/bool-8.c
gcc/testsuite/gcc.dg/tree-ssa/bool-9.c
gcc/testsuite/gcc.misc-tests/linkage.exp
gcc/testsuite/gcc.target/powerpc/20040622-1.c
gcc/testsuite/gcc.target/powerpc/20050603-3.c
gcc/testsuite/gcc.target/powerpc/20050830-1.c
gcc/testsuite/gcc.target/powerpc/980827-1.c
gcc/testsuite/gcc.target/powerpc/altivec-14.c
gcc/testsuite/gcc.target/powerpc/altivec-22.c
gcc/testsuite/gcc.target/powerpc/altivec-6.c
gcc/testsuite/gcc.target/powerpc/doloop-1.c
gcc/testsuite/gcc.target/powerpc/ppc-and-1.c
gcc/testsuite/gcc.target/powerpc/ppc-bitfield1.c
gcc/testsuite/gcc.target/powerpc/ppc-compare-1.c
gcc/testsuite/gcc.target/powerpc/ppc-mov-1.c
gcc/testsuite/gcc.target/powerpc/ppc-sdata-1.c
gcc/testsuite/gcc.target/powerpc/ppc-sdata-2.c
gcc/testsuite/gcc.target/powerpc/ppc-stackalign-1.c
gcc/testsuite/gcc.target/powerpc/ppc64-abi-1.c
gcc/testsuite/gcc.target/powerpc/ppc64-abi-2.c
gcc/testsuite/gcc.target/powerpc/ppc64-abi-3.c
gcc/testsuite/gcc.target/powerpc/ppc64-toc.c
gcc/testsuite/gcc.target/powerpc/pr18096-1.c
gcc/testsuite/gcc.target/powerpc/rs6000-ldouble-1.c
gcc/testsuite/gcc.target/powerpc/rs6000-ldouble-2.c
gcc/testsuite/gcc.target/powerpc/rs6000-power2-1.c
gcc/testsuite/gcc.target/powerpc/rs6000-power2-2.c

index 8617acc..e8b94ae 100644 (file)
@@ -1,3 +1,32 @@
+2005-12-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * gcc.dg/980523-1.c, gcc.dg/980526-1.c, gcc.dg/20020103-1.c,
+       gcc.dg/20040625-1.c, gcc.dg/asm-b.c, gcc.dg/iftrap-1.c,
+       gcc.dg/iftrap-2.c, gcc.dg/simd-3.c, gcc.dg/switch-1.c,
+       gcc.dg/tree-ssa/bool-1.c, gcc.dg/tree-ssa/bool-2.c,
+       gcc.dg/tree-ssa/bool-4.c, gcc.dg/tree-ssa/bool-5.c,
+       gcc.dg/tree-ssa/bool-6.c, gcc.dg/tree-ssa/bool-8.c,
+       gcc.dg/tree-ssa/bool-9.c, gcc.target/powerpc/980827-1.c,
+       gcc.target/powerpc/20040622-1.c, gcc.target/powerpc/20050603-3.c,
+       gcc.target/powerpc/20050830-1.c, gcc.target/powerpc/altivec-6.c,
+       gcc.target/powerpc/altivec-14.c, gcc.target/powerpc/altivec-22.c,
+       gcc.target/powerpc/doloop-1.c, gcc.target/powerpc/ppc-and-1.c,
+       gcc.target/powerpc/ppc-bitfield1.c, gcc.target/powerpc/ppc-compare-1.c,
+       gcc.target/powerpc/ppc-mov-1.c, gcc.target/powerpc/ppc-sdata-1.c,
+       gcc.target/powerpc/ppc-sdata-2.c,
+       gcc.target/powerpc/ppc-stackalign-1.c,
+       gcc.target/powerpc/ppc64-abi-1.c, gcc.target/powerpc/ppc64-abi-2.c,
+       gcc.target/powerpc/ppc64-abi-3.c, gcc.target/powerpc/ppc64-toc.c,
+       gcc.target/powerpc/pr18096-1.c, gcc.target/powerpc/rs6000-ldouble-1.c,
+       gcc.target/powerpc/rs6000-ldouble-2.c,
+       gcc.target/powerpc/rs6000-power2-1.c,
+       gcc.target/powerpc/rs6000-power2-2.c: Don't use powerpc-*-* or
+       powerpc64-*-* in target selection strings.  Instead use powerpc*-*-*
+       and ilp32 or lp64 as appropriate.  Merge dg-require-effective-target
+       option into target selector.
+       * gcc.dg/20020919-1.c: Compile for powerpc*-*-*.  Handle powerpc64.
+       * gcc.misc-tests/linkage.exp: Set native_cflags for powerpc*-*-linux*.
+
 2005-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR objc/25348
index 54ad83c..c0612ae 100644 (file)
@@ -1,6 +1,6 @@
 /* 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-*-* powerpc-*-* rs6000-*-* alpha*-*-* x86_64-*-*} } */
+/* { dg-do compile { target { { i?86-*-* rs6000-*-* alpha*-*-* x86_64-*-* } || { powerpc*-*-* && ilp32 } } } } */
 /* { dg-options "-O2 -fpic -fno-omit-frame-pointer -fno-asynchronous-unwind-tables" } */
 /* { dg-final { scan-assembler-not "LC\[0-9\]" } } */
 
index 9c16d3d..1224199 100644 (file)
@@ -8,7 +8,7 @@
    You must be this tall ---> fit two long longs in asm-declared registers
    to enter this amusement.  */
 
-/* { dg-do compile { target alpha-*-* cris-*-* i?86-*-* mmix-*-* powerpc-*-* rs6000-*-* x86_64-*-* } } */
+/* { dg-do compile { target alpha-*-* cris-*-* i?86-*-* mmix-*-* powerpc*-*-* rs6000-*-* x86_64-*-* } } */
 /* { dg-options "-O2" } */
 
 /* Constructed examples; input/output (same register), output, input, and
        || defined (__POWERPC__) || defined (PPC) || defined (_IBMR2)
 # define REG1 "6"
 # define REG2 "7"
-# define REG3 "8"
-# define REG4 "9"
+# ifndef __powerpc64__
+#  define REG3 "8"
+#  define REG4 "9"
+# endif
 #elif defined (__x86_64__)
 # define REG1 "rax"
 # define REG2 "rdx"
index bbda6fd..0a576a5 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-O2" } */
-/* { dg-options "-mminimal-toc" { target powerpc64-*-* powerpc-ibm-aix* } } */
+/* { dg-options "-mminimal-toc" { target { { powerpc*-*-* && lp64 } || { powerpc-ibm-aix* } } } } */
 
 extern void abort (void);
 extern void exit (int);
index 71f416e..6ca79ef 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target rs6000-*-linux* powerpc-*-linux*} } */
+/* { dg-do run { target rs6000-*-linux* powerpc*-*-linux*} } */
 /* { dg-options "-O2 -fpic" } */
 
 extern void exit (int);
index 08ef6e2..b92f888 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target rs6000-*-linux* powerpc-*-linux* } } */
+/* { dg-do compile { target rs6000-*-linux* powerpc*-*-linux* } } */
 /* { dg-options "-O2 -fpic" } */
 
 int
index 8067500..cc3f966 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run  { target powerpc-*-* i?86-*-* x86_64-*-* } } */
+/* { dg-do run  { target powerpc*-*-* i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O1" } */
 /* Test to make sure that inline-asm causes the tree optimizers to get the
    V_MAY_DEFs and clobber memory.  */
index 69d754d..1427820 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify that we optimize to conditional traps.  */
 /* { dg-options "-O" } */
-/* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */
+/* { dg-do compile { target rs6000-*-* powerpc*-*-* sparc*-*-* ia64-*-* } } */
 /* { dg-final { scan-assembler-not "^\t(trap|ta|break)\[ \t\]" } } */
 
 void f1(int p)
index 4aa8ee7..8c9c057 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify that we optimize to conditional traps.  */
 /* { dg-options "-O" } */
-/* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */
+/* { dg-do compile { target rs6000-*-* powerpc*-*-* sparc*-*-* ia64-*-* } } */
 /* { dg-final { scan-assembler-not "^\t(trap|ta|break)\[ \t\]" } } */
 
 extern void abort(void);
index 34ad75d..a806633 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-maltivec" { target powerpc-*-* } } */
+/* { dg-options "-maltivec" { target powerpc*-*-* } } */
 
 __attribute__ ((vector_size (2))) signed char v1, v2, v3;
 void
index 457c520..e4f5ad6 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target rs6000-*-linux* powerpc-*-linux*} } */
+/* { dg-do compile { target rs6000-*-linux* powerpc*-*-linux*} } */
 /* { dg-options "-fpic -O2" } */
 
 void f (char *s)
index 90cdef9..699f3ab 100644 (file)
@@ -14,6 +14,6 @@ int f(_Bool x)
 
 /* There should be no adde for powerpc. Checking if we actually optimizated
    away the comparision.  */
-/* { dg-final { scan-assembler-times "adde" 0 { target powerpc-*-* } } } */
+/* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index e46189a..2fdd496 100644 (file)
@@ -17,6 +17,6 @@ int f(_Bool x)
 
 /* There should be no adde for powerpc. Checking if we actually optimizated
    away the comparision.  */
-/* { dg-final { scan-assembler-times "adde" 0 { target powerpc-*-* } } } */
+/* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 389124f..06356f6 100644 (file)
@@ -12,6 +12,6 @@ int f(_Bool x)
 
 /* There should be no adde for powerpc. Checking if we actually optimizated
    away the comparision.  */
-/* { dg-final { scan-assembler-times "adde" 0 { target powerpc-*-* } } } */
+/* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 1cb9de2..5ea0387 100644 (file)
@@ -14,6 +14,6 @@ int f(_Bool x)
 
 /* There should be no adde for powerpc. Checking if we actually optimizated
    away the comparision.  */
-/* { dg-final { scan-assembler-times "adde" 0 { target powerpc-*-* } } } */
+/* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 85f0333..9340397 100644 (file)
@@ -17,6 +17,6 @@ int f(_Bool x)
 
 /* There should be no adde for powerpc. Checking if we actually optimizated
    away the comparision.  */
-/* { dg-final { scan-assembler-times "adde" 0 { target powerpc-*-* } } } */
+/* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 5a13309..869f9b8 100644 (file)
@@ -12,6 +12,6 @@ int f(_Bool x)
 
 /* There should be no adde for powerpc. Checking if we actually optimizated
    away the comparision.  */
-/* { dg-final { scan-assembler-times "adde" 0 { target powerpc-*-* } } } */
+/* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 09df2e4..59e0417 100644 (file)
@@ -12,6 +12,6 @@ _Bool f1(_Bool x)
 
 /* There should be no subfe for powerpc. Checking if we actually optimizated
    away the comparision.  */
-/* { dg-final { scan-assembler-times "subfe" 0 { target powerpc-*-* } } } */
+/* { dg-final { scan-assembler-times "subfe" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index e0808d6..6617023 100644 (file)
@@ -66,10 +66,12 @@ if [isnative] then {
            if [ string match "*ELF-64*" $file_string ] {
                set native_cflags "+DD64"
            }
-       } elseif [istarget "powerpc64*-*-linux*"] {
+       } elseif [istarget "powerpc*-*-linux*"] {
            set file_string [exec file "linkage-x.o"]
            if [ string match "*64-bit*" $file_string ] {
                set native_cflags "-m64"
+           } elseif [ string match "*32-bit*" $file_string ] {
+               set native_cflags "-m32"
            }
        }
 
index 4562fe6..c699296 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-options "-Os -mlong-double-128" } */
-/* { dg-do compile { target rs6000-*-* powerpc-*-* } } */
+/* { dg-do compile { target { { rs6000-*-* } || { powerpc*-*-* && lp64 } } } } */
 /* Make sure compiler doesn't generate [reg+reg] address mode
    for long doubles. */
 union arg {
index 35be660..0f328e1 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target "powerpc-*-*" } } */
+/* { dg-do compile { target { ilp32 } } } */
 /* { dg-options "-O2" } */
 struct Q 
 {
index edbf6b8..4a8f71a 100644 (file)
@@ -1,5 +1,5 @@
 /* Make sure the doloop optimization is done for this loop. */
-/* { dg-do compile { target powerpc-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } } */
 /* { dg-options "-O2" } */
 /* { dg-final { scan-assembler "bdn" } } */
 extern int a[];
index 84ba5ee..5d526d3 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target rs6000-*-linux* powerpc-*-linux*} } */
+/* { dg-do run { target { *-*-linux* && ilp32 } } } */
 /* { dg-options -O2 } */
 
 extern void exit (int);
index b571222..e3ca884 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc-*-* } } */
+/* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */
 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
 /* { dg-options "-maltivec" } */
 
index 1af117c..310007d 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc-*-* } } */
+/* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */
 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
 /* { dg-options "-O3 -maltivec" } */
 /* { dg-final { scan-assembler-not "mfcr" } } */
index e019354..9d31046 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } } */
 /* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "-maltivec" } { "" } } */
 /* { dg-options "-maltivec -O0 -Wall" } */
 
index 0362399..d4bc454 100644 (file)
@@ -2,7 +2,7 @@
    If so, "bdnz" will be generated on ppc; if not,
    you will get "ble" or "blt" or "bge".  */
 
-/* { dg-do compile { target powerpc-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } } */
 /* { dg-options "-O2" } */
 void foo (int count, char* pca, char* pcb) {
     int i;
index 7f1c618..8016768 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do compile { target powerpc64-*-* } } */
-/* { dg-require-effective-target lp64 } */
+/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
 /* { dg-options "-O2" } */
 
 /* { dg-final { scan-assembler "rlwinm \[0-9\]+,\[0-9\]+,0,0,30"  } } */
index 6af7754..34e5a28 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do compile { target powerpc64-*-* } } */
-/* { dg-require-effective-target lp64 } */
+/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
 /* { dg-options "-O2" } */
 
 /* { dg-final { scan-assembler-not "rlwinm \[0-9\]+,\[0-9\]+,\[0-9\]+,1,31"  } } */
index b5670ab..2566423 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do compile { target powerpc64-*-* } } */
-/* { dg-require-effective-target lp64 } */
+/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
 /* { dg-options "-O2" } */
 
 /* { dg-final { scan-assembler-not "cmpw" } } */
index 7b541e2..750cf85 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do compile { target powerpc64-*-* } } */
-/* { dg-require-effective-target lp64 } */
+/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
 /* { dg-options "-O2" } */
 
 /* { dg-final { scan-assembler-not "fmr \[0-9\]+,\[0-9\]+" } }
index bd9fa6e..15ccbc2 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc-*-linux* powerpc-*-sysv* powerpc-*-eabi* } } */
+/* { dg-do compile { target { { powerpc*-*-linux* && ilp32 } || { powerpc-*-sysv* powerpc-*-eabi* } } } } */
 /* { dg-options "-O2 -fno-common -G 8 -meabi -msdata=eabi" } */
 /* { dg-final { scan-assembler "\\.section\[ \t\]\\.sdata," } } */
 /* { dg-final { scan-assembler "\\.section\[ \t\]\\.sdata2," } } */
index 6aa9614..b8ea9d2 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc-*-linux* powerpc-*-sysv* powerpc-*-eabi* } } */
+/* { dg-do compile { target { { powerpc*-*-linux* && ilp32 } || { powerpc-*-sysv* powerpc-*-eabi* } } } } */
 /* { dg-options "-O2 -fno-common -G 8 -msdata=sysv" } */
 /* { dg-final { scan-assembler "\\.section\[ \t\]\\.sdata," } } */
 /* { dg-final { scan-assembler-not "\\.section\[ \t\]\\.sdata2," } } */
index e73e895..fdced2a 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target powerpc-*-linux* powerpc-*-sysv* } } */
+/* { dg-do run { target powerpc*-*-linux* powerpc-*-sysv* } } */
 /* { dg-options {} } */
 
 /* Test stack pointer alignment against variable alloca.  */
index d0cb9cd..c2c08a8 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do run { target powerpc64-*-* } } */
-/* { dg-require-effective-target lp64 } */
+/* { dg-do run { target { powerpc*-*-* && lp64 } } } */
 /* { dg-options "-O2" } */
 #include <stdarg.h>
 #include <signal.h>
index 93ce719..937dacb 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do run { target powerpc64-*-linux* } } */
-/* { dg-require-effective-target lp64 } */
+/* { dg-do run { target { powerpc*-*-linux* && lp64 } } } */
 /* { dg-options "-O2 -fprofile -mprofile-kernel -maltivec -mabi=altivec" } */
 #include <stdarg.h>
 #include <signal.h>
index 346839c..51e6364 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do compile { target powerpc64-*-linux* } } */
-/* { dg-require-effective-target lp64 } */
+/* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */
 /* { dg-options "-Wall" } */
 /* Testcase to check for ABI compliance of parameter passing
    for the PowerPC64 ABI.  */
index ed555a9..21090af 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do link } */
-/* { dg-options "-mminimal-toc" { target { powerpc64-*-* && lp64 } } } */
+/* { dg-options "-mminimal-toc" { target { powerpc*-*-* && lp64 } } } */
 
 char *strchr (const char *, int);
 
index 9c4c0cf..5da9705 100644 (file)
@@ -1,5 +1,5 @@
 /* PR middle-end/18096  */
-/* { dg-do compile { target powerpc-*-* } } */
+/* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */
 /* { dg-options "-O2" } */
 
 void f(char*);
index 0c11a27..e8d8bb7 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target powerpc*-*-darwin* powerpc*-*-aix* powerpc64-*-linux rs6000-*-* } } */
+/* { dg-do run { target { { powerpc*-*-darwin* powerpc*-*-aix* rs6000-*-* } || { powerpc*-*-linux && lp64 } } } } */
 /* { dg-options "-mlong-double-128" } */
 
 /* Check that long double values are rounded correctly when being converted
index 3ef5131..eebb94e 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target powerpc*-*-darwin* powerpc*-*-aix* powerpc64-*-linux rs6000-*-* } } */
+/* { dg-do run { target { { powerpc*-*-darwin* powerpc*-*-aix* rs6000-*-* } || { powerpc*-*-linux && lp64 } } } } */
 /* { dg-options "-mlong-double-128" } */
 
 /* Check that LDBL_EPSILON is right for 'long double'.  */
index 193647e..375241e 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc-*-* rs6000-*-* }  } */
+/* { dg-do compile { target { ilp32 } } } */
 /* { dg-options "-O3 -mcpu=power2 -fno-schedule-insns -w -mhard-float" } */
 /* This used to ICE as the peephole was not checking to see
    if the register is a floating point one (I think this cannot
index c5c7c7b..88a243f 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc-*-* rs6000-*-* }  } */
+/* { dg-do compile { target { ilp32 } } } */
 /* { dg-options "-O3 -mcpu=power2 -fno-schedule-insns -w -mhard-float" } */
 /* { dg-final { scan-assembler-not "lfd" } } */
 /* { dg-final { scan-assembler-not "sfd" } } */