From: Janis Johnson Date: Tue, 18 Dec 2007 22:50:56 +0000 (+0000) Subject: * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations. X-Git-Tag: releases/gcc-4.3.0~904 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6eb0797924766aa07a2afd6aa48b2a43704ef5a;p=thirdparty%2Fgcc.git * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations. From-SVN: r131045 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 02f906bd06bf..8cbce0e687e9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-12-18 Janis Johnson + + * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations. + 2007-12-18 Douglas Gregor Jakub Jelinek diff --git a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c index f438d3477a3d..27fd1fdfacdc 100644 --- a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c +++ b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c @@ -7,9 +7,6 @@ /* { dg-do link } */ /* { dg-options "-fno-finite-math-only" { target sh*-*-* } } */ -/* In order to fold algebraic exprs below, targets with "composite" - floating point formats need -funsafe-math-optimizations. */ -/* { dg-options "-funsafe-math-optimizations" { target mips*-*-irix6* powerpc*-*-* } } */ extern void link_error(int);