1.0.4.45: workaround for bug #412 & undefined variable cleanup
[sbcl.git] / BUGS
diff --git a/BUGS b/BUGS
index 74ffb2d..34cebd6 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1794,10 +1794,4 @@ WORKAROUND:
   the problem is probably with the new FP implementation.
 
 412: deletion of global variable references in safe code
-  The following returns 1 instead of signalling an error.
-   (funcall (compile nil
-                     '(lambda ()
-                        (declare (optimize (safety 3)))
-                        #:unbound
-                        42)))
-  Reported by Marco Monteiro on sbcl-devel.
+  fixed in 1.0.4.45.