From 9310c284ae91f13247c9dd7ff58fc2683b9c523d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 13 Nov 2013 12:59:54 +0000 Subject: Fix strtod rounding of half the least subnormal (bug 16151). --- stdlib/tst-strtod-round-data | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'stdlib/tst-strtod-round-data') diff --git a/stdlib/tst-strtod-round-data b/stdlib/tst-strtod-round-data index 86d460e3b6..a6c37677eb 100644 --- a/stdlib/tst-strtod-round-data +++ b/stdlib/tst-strtod-round-data @@ -109,3 +109,11 @@ -0x0.7p-1074 -0x0.7p-16445 -0x0.7p-16494 +0x1p-150 +0x1p-1075 +0x1p-16446 +0x1p-16495 +-0x1p-150 +-0x1p-1075 +-0x1p-16446 +-0x1p-16495 -- cgit v1.2.3