ppc64-abi-1.c: Skip if not lp64.

* gcc.dg/ppc64-abi-1.c: Skip if not lp64.
	* gcc.dg/ppc64-abi-2.c: Ditto.
	* gcc.dg/ppc64-abi-3.c: Ditto.

From-SVN: r90680
This commit is contained in:
Janis Johnson 2004-11-15 19:04:45 +00:00 committed by Janis Johnson
parent 8e0933b18b
commit 2301511d44
4 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2004-11-15 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/ppc64-abi-1.c: Skip if not lp64.
* gcc.dg/ppc64-abi-2.c: Ditto.
* gcc.dg/ppc64-abi-3.c: Ditto.
* lib/gcc-dg.exp (dg-target-list): Remove.
2004-11-15 Steve Ellcey <sje@cup.hp.com>

View file

@ -1,4 +1,5 @@
/* { dg-do run { target powerpc64-*-* } } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2" } */
#include <stdarg.h>
#include <signal.h>

View file

@ -1,4 +1,5 @@
/* { dg-do run { target powerpc64-*-linux* } } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2 -fprofile -mprofile-kernel -maltivec -mabi=altivec" } */
#include <stdarg.h>
#include <signal.h>

View file

@ -1,4 +1,5 @@
/* { dg-do compile { target powerpc64-*-linux* } } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-Wall" } */
/* Testcase to check for ABI compliance of parameter passing
for the PowerPC64 ABI. */