]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 18 Dec 2007 22:50:56 +0000 (22:50 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 18 Dec 2007 22:50:56 +0000 (22:50 +0000)
From-SVN: r131045

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

index 02f906bd06bf1e71bc8df313747b3f8c509b3994..8cbce0e687e9d74e4d9aed8ca99a94c0aa98764d 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 f438d3477a3db0baecc64e4b9ff2a57577b8d3c5..27fd1fdfacdc135625f003927a21ecf1b96624d7 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);