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-Tag: releases/gcc-4.4.0~5660 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=148c1544380b57759726ba9bf77ef05798f9a00a;p=thirdparty%2Fgcc.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 1ce395a6829a..d634927875a0 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 b149c17b2654..0bed72ba1388 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);