summaryrefslogtreecommitdiff
path: root/libc/math
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2008-06-20 09:26:44 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2008-06-20 09:26:44 +0000
commitff3e6f618d2dd1ec6887d2f3622f20889f876e1e (patch)
tree7bd685e3543aea58e3047c5ef60fa7a841ab0e73 /libc/math
parent96b85b5d0e370abaab4bf2d9129b6ad29d69e77a (diff)
Merge changes between r6192 and r6403 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@6404 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/math')
-rw-r--r--libc/math/libm-test.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/math/libm-test.inc b/libc/math/libm-test.inc
index 267d6077e..6d9a3ec6c 100644
--- a/libc/math/libm-test.inc
+++ b/libc/math/libm-test.inc
@@ -2511,8 +2511,8 @@ exp_test (void)
TEST_f_f (exp, 0.75L, 2.11700001661267466854536981983709561L);
TEST_f_f (exp, 50.0L, 5184705528587072464087.45332293348538L);
TEST_f_f (exp, 88.72269439697265625L, 3.40233126623160774937554134772290447915e38L);
-#ifdef TEST_LDOUBLE
- /* The result can only be represented in long double. */
+#if defined TEST_LDOUBLE && __LDBL_MAX_EXP__ > 1024
+ /* The result can only be represented in sane long double. */
TEST_f_f (exp, 1000.0L, 0.197007111401704699388887935224332313e435L);
#endif