From: Janis Johnson Date: Fri, 4 Apr 2008 21:02:55 +0000 (+0000) Subject: builtin-modf-1.c: Use special options for powerpc*-*-linux*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=148c1544380b57759726ba9bf77ef05798f9a00a;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1ce395a6829..d634927875a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2008-04-04 Janis Johnson + * 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. diff --git a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c index b149c17b265..0bed72ba138 100644 --- a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c +++ b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c @@ -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);