From 063a79e980c6488fb6c5514a3ee33e1ebe622f39 Mon Sep 17 00:00:00 2001 From: Alexey Dejneka Date: Sun, 20 Oct 2002 06:48:22 +0000 Subject: [PATCH] Simplified bug 214. --- BUGS | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 1.7.10.4