summaryrefslogtreecommitdiff
path: root/tests/test-isinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-isinf.c')
-rw-r--r--tests/test-isinf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-isinf.c b/tests/test-isinf.c
index 266cd7e9a0..a17b0af90c 100644
--- a/tests/test-isinf.c
+++ b/tests/test-isinf.c
@@ -172,7 +172,7 @@ test_isinfl ()
}
#endif
-#if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_))
+#if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
/* Representation of an 80-bit 'long double' as an initializer for a sequence
of 'unsigned int' words. */
# ifdef WORDS_BIGENDIAN