Simplified bug 214.
authorAlexey Dejneka <adejneka@comail.ru>
Sun, 20 Oct 2002 06:48:22 +0000 (06:48 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Sun, 20 Oct 2002 06:48:22 +0000 (06:48 +0000)
BUGS

diff --git a/BUGS b/BUGS
index fc2902e..003d6bd 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1314,6 +1314,12 @@ WORKAROUND:
     (flet ((foo (&key (x :vx x-p)) (list x x-p)))
       (foo 1 2)))
 
+  or a more simple example:
+
+  (locally
+      (declare (optimize (inhibit-warnings 0) (compilation-speed 2)))
+    (lambda (x) (declare (fixnum x)) (if (< x 0) 0 (1- x))))
+
 DEFUNCT CATEGORIES OF BUGS
   IR1-#:
     These labels were used for bugs related to the old IR1 interpreter.