From 9df63f18730d95ac5b6beb27d805e36ec3552472 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 18 Dec 2007 22:50:56 +0000 Subject: [PATCH] * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131045 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.0