diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 13:43:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 13:43:40 +0000 |
commit | 6432a5409c9faf2a2f562b782d40432d73cda4d8 (patch) | |
tree | 225ea2c6409bd0c1457f89beb60e22f91ab3bf8c /math/auto-libm-test-in | |
parent | c88769dda4199d15267259fd3c9b986e6690a901 (diff) | |
download | glibc-6432a5409c9faf2a2f562b782d40432d73cda4d8.tar.gz glibc-6432a5409c9faf2a2f562b782d40432d73cda4d8.tar.xz glibc-6432a5409c9faf2a2f562b782d40432d73cda4d8.zip |
Fix dbl-64 hypot spurious underflows (bug 16314).
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 980b6b9dc8..dd4fd22886 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -302,8 +302,7 @@ hypot -5.7e7 0 hypot 0.75 1.25 hypot 1.0 0x1p-61 hypot 0x1p+0 0x1.fp-129 -# Bug 16314: spurious underflow exception may occur. -hypot 0x1.23456789abcdef0123456789ab8p-500 0x1.23456789abcdef0123456789ab8p-500 spurious-underflow:dbl-64 +hypot 0x1.23456789abcdef0123456789ab8p-500 0x1.23456789abcdef0123456789ab8p-500 hypot 0x3p125 0x4p125 no-test-inline:flt-32 hypot 0x1.234566p-126 0x1.234566p-126 no-test-inline:flt-32 hypot 0x3p1021 0x4p1021 no-test-inline:dbl-64 |