* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.

From-SVN: r133910
This commit is contained in:
Janis Johnson 2008-04-04 20:59:33 +00:00 committed by Janis Johnson
parent fdf4f148f1
commit 12a0a01a04
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2008-04-04 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.
PR target/35620
* gcc.dg/dfp/pr35620.c: New test.
* gcc.dg/dfp/func-pointer.c: New test.

View file

@ -1,6 +1,7 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -msse2" { target { i?86-*-* x86_64-*-* } } } */
/* { dg-options "-O2 -maltivec" { target { powerpc*-*-linux* } } } */
typedef unsigned __attribute__ ((__mode__ (__pointer__))) uintptr_t;