diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c')
-rw-r--r-- | gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c b/gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c index 53b6c709ec2..bfdf7426600 100644 --- a/gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c +++ b/gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c @@ -1,4 +1,4 @@ -/* { dg-do link { target *-*-linux* } } */ +/* { dg-do link { target { *-*-linux* && powerpc_fprs } } } */ /* { dg-options "-W -Wall -mcpu=cell" } */ /* Test some PPU intrinsics from <ppu_intrinsics.h>. */ |