From 85b5767c57eecaad6aea0967444f5e5d42a4cc17 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 20 Mar 2003 01:10:57 +0000 Subject: Update. * stdlib/strtod.c (INTERNAL): While eating trailing zeros handling hexdigits correctly. Reported by Fred Tydeman . * stdlib/tst-strtod.c: Add test for the bug. --- stdlib/tst-strtod.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib') diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c index cf5533da3e..c466e0fb77 100644 --- a/stdlib/tst-strtod.c +++ b/stdlib/tst-strtod.c @@ -71,6 +71,7 @@ static const struct ltest tests[] = { "-Inf", -HUGE_VAL, '\0', 0 }, { "+InFiNiTy", HUGE_VAL, '\0', 0 }, #endif + { "0x80000Ap-23", 0x80000Ap-23, '\0', 0 }, { NULL, 0, '\0', 0 } }; -- cgit v1.2.3