]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
builtin-frexp-1.c: On mips*-*-irix6* and powerpc*, use -funsafe-math-optimizations.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 28 Feb 2007 21:53:07 +0000 (21:53 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 28 Feb 2007 21:53:07 +0000 (21:53 +0000)
* gcc.dg/torture/builtin-frexp-1.c: On mips*-*-irix6* and
powerpc*, use -funsafe-math-optimizations.
* gcc.dg/torture/builtin-logb-1.c: Likewise.
* gcc.dg/torture/builtin-modf-1.c: Likewise.

From-SVN: r122413

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

index d5d09bb95815f95bbcc29dba5582a3d369e3c821..921cf1493e717cae66de02dfcbf2983321316f41 100644 (file)
@@ -1,3 +1,10 @@
+2007-02-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-frexp-1.c: On mips*-*-irix6* and
+       powerpc*, use -funsafe-math-optimizations.
+       * gcc.dg/torture/builtin-logb-1.c: Likewise.
+       * gcc.dg/torture/builtin-modf-1.c: Likewise.
+
 2007-02-28  Tobias Burnus  <burnus@net-b.de>
            Paul Thomas  <pault@gcc.gnu.org>
 
index 5a8e90f64e1725f24796282093e5987df6b9462c..cb97e8e4e165cd7e3ce7afe2c190c4566319ecbe 100644 (file)
@@ -7,6 +7,9 @@
 
 /* { 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);
 
index 6abf8a765676adce0bcdb1c2437769c210d2c094..7c8de654c83e44deae58c114cd61c54657b21947 100644 (file)
@@ -7,6 +7,9 @@
 
 /* { 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);
 
index 27fd1fdfacdc135625f003927a21ecf1b96624d7..f438d3477a3db0baecc64e4b9ff2a57577b8d3c5 100644 (file)
@@ -7,6 +7,9 @@
 
 /* { 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);