summaryrefslogtreecommitdiff
path: root/mpbsd
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-12-03 18:06:27 +0100
committertege <tege@gmplib.org>2000-12-03 18:06:27 +0100
commit2cc72634686a969aab8b11e750feffa1770535d6 (patch)
treea282e264c1febcc2920c9e5066d4d611c565adf4 /mpbsd
parent3df451bd76b5b494203ca15a3b38295d0c98ffb4 (diff)
downloadgmp-2cc72634686a969aab8b11e750feffa1770535d6.tar.gz
(check_itom): Exclude some tests for Cray CFP systems.
Diffstat (limited to 'mpbsd')
-rw-r--r--mpbsd/tests/t-misc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpbsd/tests/t-misc.c b/mpbsd/tests/t-misc.c
index 2f1d9bbcc..2a008726c 100644
--- a/mpbsd/tests/t-misc.c
+++ b/mpbsd/tests/t-misc.c
@@ -44,8 +44,11 @@ check_itom (void)
{ SHORT_MAX, 1, SHORT_MAX },
{ -SHORT_MAX, -1, SHORT_MAX },
-
+#if !defined (_CRAY) || defined (_CRAYIEEE)
+ /* These values are computed such that it will not work on traditional
+ Cray systems. The bit size is 64 bits but just 24 of them are valid. */
{ SHORT_HIGHBIT, -1, USHORT_HIGHBIT },
+#endif
};
MINT *m;