From: Jack Howarth Date: Fri, 21 Dec 2007 07:51:33 +0000 (+0000) Subject: builtin-modf-1.c: Pass "-funsafe-math-optimizations -fsigned-zeros -fno-associative... X-Git-Tag: releases/gcc-4.3.0~854 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b27283df297ad58c12c50ab6e6060c0f89292451;p=thirdparty%2Fgcc.git builtin-modf-1.c: Pass "-funsafe-math-optimizations -fsigned-zeros -fno-associative-math" on... * gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations -fsigned-zeros -fno-associative-math" on powerpc-*-darwin*. --This line, and teose below, will be ignored-- M testsuite/gcc.dg/torture/builtin-modf-1.c M testsuite/ChangeLog From-SVN: r131117 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c7060c417bc2..c905ae80e68e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-12-20 Jack Howarth + + * gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations + -fsigned-zeros -fno-associative-math" on powerpc-*-darwin*. + 2007-12-20 Jason Merrill * gcc.dg/overload/arg[14].C: Remove expected errors. diff --git a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c index 27fd1fdfacdc..b149c17b2654 100644 --- a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c +++ b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c @@ -7,6 +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* } } */ extern void link_error(int);