]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
builtin-modf-1.c: Pass "-funsafe-math-optimizations -fsigned-zeros -fno-associative...
authorJack Howarth <howarth@bromo.med.uc.edu>
Fri, 21 Dec 2007 07:51:33 +0000 (07:51 +0000)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 21 Dec 2007 07:51:33 +0000 (08:51 +0100)
* gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations
-fsigned-zeros -fno-associative-math" on powerpc-*-darwin*.

--This line, and teose below, will be ignored--

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

From-SVN: r131117

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

index c7060c417bc2a0abbe66752e9979907f848701e7..c905ae80e68e456cc6720ca3be9bcefbd7662464 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-20  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       * gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations 
+       -fsigned-zeros -fno-associative-math" on powerpc-*-darwin*.
+
 2007-12-20  Jason Merrill  <jason@redhat.com>
 
        * gcc.dg/overload/arg[14].C: Remove expected errors.
index 27fd1fdfacdc135625f003927a21ecf1b96624d7..b149c17b2654efd2aea7e5355e70c5d8a31b47fc 100644 (file)
@@ -7,6 +7,7 @@
 
 /* { dg-do link } */
 /* { dg-options "-fno-finite-math-only" { target sh*-*-* } } */
+/* { dg-options "-funsafe-math-optimizations -fsigned-zeros -fno-associative-math" { target powerpc-*-darwin* } } */
 
 extern void link_error(int);