0.9.9.9:
[sbcl.git] / BUGS
diff --git a/BUGS b/BUGS
index 7816958..ed32c27 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -2152,18 +2152,4 @@ WORKAROUND:
   (c-string :deport-gen) ...)  in host-c-call.lisp.
 
 399: LOOP FOR ACROSS and full call to DATA-VECTOR-REF
-  The following is a simplified version of code that Gary King posted
-  to #lisp which triggers a BUG on a full call to DATA-VECTOR-REF:
-
-  (defun foo (x)
-    (declare (type (or (simple-array character (6))
-                       (simple-array character (5))) x))
-    (aref x 0))
-
-  The similar code:
-
-  (defun foo (x)
-    (declare (type (simple-array character (5)) x))
-    (aref x 0))
-
-  does not trigger the full call.
+  (fixed in sbcl-0.9.9.x)