From: Alexey Dejneka Date: Sun, 20 Oct 2002 06:48:22 +0000 (+0000) Subject: Simplified bug 214. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=063a79e980c6488fb6c5514a3ee33e1ebe622f39;p=sbcl.git Simplified bug 214. --- diff --git a/BUGS b/BUGS index fc2902e..003d6bd 100644 --- 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.