0.8.9.5:
authorAlexey Dejneka <adejneka@comail.ru>
Thu, 25 Mar 2004 18:51:33 +0000 (18:51 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Thu, 25 Mar 2004 18:51:33 +0000 (18:51 +0000)
        * Remove bug entry 304.

BUGS

diff --git a/BUGS b/BUGS
index 98bd68c..e3bb4d5 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1269,18 +1269,6 @@ WORKAROUND:
 
   The problem is that both EVALs sequentially write to the same LVAR.
 
-304:
-  (Thanks to Dave Roberts.)
-
-    (defun foo (a i)
-      (declare (optimize (speed 3) (safety 0) (space 0) (debug 0)))
-      (declare (type (alien (* (unsigned 8))) a)
-               (type (unsigned-byte 32) i))
-      (deref a i))
-
-  Under recent enough SBCL the output code contains (TWO-ARG-/ (* x 8)
-  8). (Two problems: opaque CAST and modular functions).
-
 305:
   (Reported by Dave Roberts.)
   Local INLINE/NOTINLINE declaration removes local FTYPE declaration: