0.8.21.2:
[sbcl.git] / BUGS
diff --git a/BUGS b/BUGS
index 93b3ecb..bc3eebd 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -2079,11 +2079,6 @@ WORKAROUND:
      argument type new CAST to KEYWORD is generated. The compiler
      loops forever.
 
-376: MISC.563
-  Type deriver for CONJUGATE thinks that it returns an object of the
-  same type as its argument, which is wrong for such types as (EQL
-  #C(1 2)).
-
 377: Memory fault error reporting
   On those architectures where :C-STACK-IS-CONTROL-STACK is in
   *FEATURES*, we handle SIG_MEMORY_FAULT (SEGV or BUS) on an altstack,
@@ -2097,3 +2092,8 @@ WORKAROUND:
   arrange such that arguments can be passed to the function called from
   arrange_return_to_lisp_function(), but this looked hard to do in
   general without suffering from memory leaks.
+
+378: floating-point exceptions not signalled on x86-64
+  Floating point traps are currently not enabled on the x86-64 port.
+  This is true for at least overflow detection (as tested in
+  float.pure.lisp) and divide-by-zero.