0.9.10.17: fix bug #400, aka more correct CONSTANTP
[sbcl.git] / BUGS
diff --git a/BUGS b/BUGS
index bc78b72..1960b90 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -2074,9 +2074,6 @@ WORKAROUND:
   the right fix is to remove the abstraction violation in the
   compiler's type deriver.
 
-392: slot-accessor for subclass misses obsoleted superclass
-  (fixed in sbcl-0.9.7.9)
-
 393: Wrong error from methodless generic function
     (DEFGENERIC FOO (X))
     (FOO 1 2)
@@ -2150,3 +2147,7 @@ WORKAROUND:
 
   For some more details see comments for (define-alien-type-method
   (c-string :deport-gen) ...)  in host-c-call.lisp.
+
+400: "aggressive constant folding"
+  (fixed in sbcl-0.9.10.17)
+