OSDN Git Service

* gcc.dg/torture/builtin-modf-1.c: Use special options for
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Apr 2008 21:02:55 +0000 (21:02 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Apr 2008 21:02:55 +0000 (21:02 +0000)
powerpc*-*-linux*.

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

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

index 1ce395a..d634927 100644 (file)
@@ -1,5 +1,8 @@
 2008-04-04  Janis Johnson  <janis187@us.ibm.com>
 
+       * gcc.dg/torture/builtin-modf-1.c: Use special options for
+       powerpc*-*-linux*.
+
        * gcc.dg/var-expand3.c: Skip for powerpc-linux if not on AltiVec HW.
 
        * gcc.dg/pr34856.c: Use -maltivec on powerpc linux.
index b149c17..0bed72b 100644 (file)
@@ -7,7 +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* } } */
+/* { dg-options "-funsafe-math-optimizations -fsigned-zeros -fno-associative-math" { target powerpc-*-darwin* powerpc*-*-linux* } } */
 
 extern void link_error(int);