1.0.3.39: larger heap size for x86-64/darwin
[sbcl.git] / BUGS
diff --git a/BUGS b/BUGS
index f97463e..2917c5c 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1806,3 +1806,8 @@ WORKAROUND:
   This gives a type error (#:G1 is not a (NOT SYMBOL)) because of the
   implementation of read circularity, using a symbol as a marker for
   the previously-referenced object.
+
+411: NAN issues on x86-64
+  Test :NAN-COMPARISONS in float.pure.lisp fails on x86-64, and has been
+  disabled on those platforms. Since x86 does not exhibit any problems
+  the problem is probably with the new FP implementation.