From e6eb0797924766aa07a2afd6aa48b2a43704ef5a Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Tue, 18 Dec 2007 22:50:56 +0000 Subject: [PATCH] * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations. From-SVN: r131045 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/torture/builtin-modf-1.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 02f906bd06b..8cbce0e687e 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 f438d3477a3..27fd1fdfacd 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); -- 2.30.2