]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ppc-eabi.c: Test on ilp32.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 20 Dec 2005 00:11:27 +0000 (00:11 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 20 Dec 2005 00:11:27 +0000 (00:11 +0000)
* gcc.dg/ppc-eabi.c: Test on ilp32.
* gcc.dg/ppc64-abi-1.c, gcc.dg/ppc64-abi-2.c, gcc.dg/ppc64-abi-3.c:
Test on lp64.

From-SVN: r108818

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ppc-eabi.c
gcc/testsuite/gcc.dg/ppc64-abi-1.c
gcc/testsuite/gcc.dg/ppc64-abi-2.c
gcc/testsuite/gcc.dg/ppc64-abi-3.c

index 5bcd2672142a5feeade8aaf3fde21b78004c3dbb..45f94a4627a8df52b384126757b96061b4562ed8 100644 (file)
@@ -1,5 +1,9 @@
 2005-12-19  Janis Johnson  <janis187@us.ibm.com>
 
+       * gcc.dg/ppc-eabi.c: Test on ilp32.
+       * gcc.dg/ppc64-abi-1.c, gcc.dg/ppc64-abi-2.c, gcc.dg/ppc64-abi-3.c:
+       Test on lp64.
+
        Backport (missed in previous batch):
 
        * lib/target-supports.exp (get_compiler_messages,
index 667463bc8ee71fe127bed915b7ab5f51846d1aa1..47ba1a7339068be59ce5bcc3fa66a59bb5c584c6 100644 (file)
@@ -1,4 +1,4 @@
 /* PR target/16952 */
-/* { dg-do compile { target powerpc*-*-linux* } } */
-/* { dg-options "-m32 -meabi -mrelocatable" } */
+/* { dg-do compile { target { powerpc*-*-linux* && ilp32 } } } */
+/* { dg-options "-meabi -mrelocatable" } */
 char *s = "boo";
index fa196595f382fd3324cb4a8c9db9b8fe24905159..c2c08a8605cd21bd7c5c94f00d29050ba64a2469 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target powerpc64-*-* } } */
+/* { dg-do run { target { powerpc*-*-* && lp64 } } } */
 /* { dg-options "-O2" } */
 #include <stdarg.h>
 #include <signal.h>
index ab0e1a14710c5ac360004ab2a8b614c197453f25..312d4c6cc99eecd2abffddd3f27e88a96732ac27 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target powerpc64-*-linux* } } */
+/* { dg-do run { target { powerpc*-*-linux* && lp64 } } } */
 /* { dg-options "-O2 -fprofile -mprofile-kernel -maltivec -mabi=altivec" } */
 #include <stdarg.h>
 #include <signal.h>
index 58f161dae6c6050c33f1074fa295839972758087..8d2a5952ded09050100d4b17866f39b9349e3524 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc64-*-linux* } } */
+/* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */
 /* { dg-options "-Wall" } */
 /* Testcase to check for ABI compliance of parameter passing
    for the PowerPC64 ABI.  */