OSDN Git Service

* gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2007 22:50:56 +0000 (22:50 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2007 22:50:56 +0000 (22:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131045 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/builtin-modf-1.c

index 02f906b..8cbce0e 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-18  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
+
 2007-12-18  Douglas Gregor  <doug.gregor@gmail.com>
            Jakub Jelinek  <jakub@redhat.com>
        
index f438d34..27fd1fd 100644 (file)
@@ -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);