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:
parent
8e0933b18b
commit
2301511d44
4 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do run { target powerpc64-*-* } } */
|
||||
/* { dg-require-effective-target lp64 } */
|
||||
/* { dg-options "-O2" } */
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue