* gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Dec 2007 07:51:33 +0000 (07:51 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Dec 2007 07:51:33 +0000 (07:51 +0000)
-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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131117 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c7060c4..c905ae8 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 27fd1fd..b149c17 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);