summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tget_flt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tget_flt.c b/tests/tget_flt.c
index 4eac79645..e509dc49f 100644
--- a/tests/tget_flt.c
+++ b/tests/tget_flt.c
@@ -56,6 +56,8 @@ bug_icx (void)
float y;
mpfr_init2 (x, 24);
+ /* FIXME: This test is incorrect as it triggers underflow, whose
+ behavior is platform-dependent. Probably not an icx bug. */
mpfr_set_flt (x, -0x1p-149f, MPFR_RNDN);
mpfr_log (x, x, MPFR_RNDN);
y = mpfr_get_flt (x, MPFR_RNDN);