builtin-modf-1.c: Use special options for powerpc*-*-linux*.

* gcc.dg/torture/builtin-modf-1.c: Use special options for
	powerpc*-*-linux*.

From-SVN: r133912
This commit is contained in:
Janis Johnson 2008-04-04 21:02:55 +00:00 committed by Janis Johnson
parent 9519d464cd
commit 148c154438
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2008-04-04 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/torture/builtin-modf-1.c: Use special options for
powerpc*-*-linux*.
* gcc.dg/var-expand3.c: Skip for powerpc-linux if not on AltiVec HW.
* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.

View File

@ -7,7 +7,7 @@
/* { dg-do link } */
/* { dg-options "-fno-finite-math-only" { target sh*-*-* } } */
/* { dg-options "-funsafe-math-optimizations -fsigned-zeros -fno-associative-math" { target powerpc-*-darwin* } } */
/* { dg-options "-funsafe-math-optimizations -fsigned-zeros -fno-associative-math" { target powerpc-*-darwin* powerpc*-*-linux* } } */
extern void link_error(int);