X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=2917c5c0de079278900137b8f69c0303b698b00b;hb=1cfea5d9f744f2d10bcf69c3eeb2d99a3c5ad8bc;hp=f97463edf4ea0c4b3ced64b2c01b99add72aefd2;hpb=6487794d94ba4804624e9c8b23870dffb61088c2;p=sbcl.git diff --git a/BUGS b/BUGS index f97463e..2917c5c 100644 --- 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.