aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2008-04-04 21:02:55 +0000
committerJanis Johnson <janis@gcc.gnu.org>2008-04-04 21:02:55 +0000
commit148c1544380b57759726ba9bf77ef05798f9a00a (patch)
tree534b8e4ea4f70bfcd4e01fa5535aeefdf2f7020d /gcc
parent9519d464cd28e6a04cc7dd8ea25b2c7c986a4769 (diff)
downloadgcc-148c1544380b57759726ba9bf77ef05798f9a00a.zip
gcc-148c1544380b57759726ba9bf77ef05798f9a00a.tar.gz
gcc-148c1544380b57759726ba9bf77ef05798f9a00a.tar.bz2
builtin-modf-1.c: Use special options for powerpc*-*-linux*.
* gcc.dg/torture/builtin-modf-1.c: Use special options for powerpc*-*-linux*. From-SVN: r133912
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.dg/torture/builtin-modf-1.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1ce395a..d634927 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c
index b149c17..0bed72b 100644
--- a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c
+++ b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c
@@ -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);