diff options
author | David Schultz <das@FreeBSD.org> | 2007-12-16 23:36:37 +0000 |
---|---|---|
committer | David Schultz <das@FreeBSD.org> | 2007-12-16 23:36:37 +0000 |
commit | 3f7112a1f453135f98bfd0be52dabebc1da302dd (patch) | |
tree | 1edfd24b466b6b33106ba71e8b6b883f7250205c | |
parent | fb048cca0c021e5f7edb58147f3c7888d9be801f (diff) |
Notes
-rw-r--r-- | tools/regression/lib/msun/test-next.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/lib/msun/test-next.c b/tools/regression/lib/msun/test-next.c index f8cd68d131c22..78f3c57a23419 100644 --- a/tools/regression/lib/msun/test-next.c +++ b/tools/regression/lib/msun/test-next.c @@ -182,7 +182,7 @@ main(int argc, char *argv[]) testboth(0x1p1L, -INFINITY, 0x1.fffffffffffffp+0L, 0, l); testboth(0x0.fffffffffffffp-1022L, INFINITY, 0x1p-1022L, 0, l); testboth(0x1p-1022L, -INFINITY, 0x0.fffffffffffffp-1022L, ex_under, l); -#elif LDBL_MANT_DIG == 64 +#elif LDBL_MANT_DIG == 64 && !defined(__i386) testboth(0x1.87654321fffffffep+0L, INFINITY, 0x1.87654322p+0L, 0, l); testboth(0x1.87654322p+0L, -INFINITY, 0x1.87654321fffffffep+0L, 0, l); testboth(0x1.fffffffffffffffep0L, INFINITY, 0x1p1L, 0, l); |