0.7.8.49:
authorAlexey Dejneka <adejneka@comail.ru>
Sun, 20 Oct 2002 05:30:48 +0000 (05:30 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Sun, 20 Oct 2002 05:30:48 +0000 (05:30 +0000)
        New bug

BUGS
version.lisp-expr

diff --git a/BUGS b/BUGS
index 04f8dca..fc2902e 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1306,6 +1306,14 @@ WORKAROUND:
        (INTEGERP (CAR (MAKE-SEQUENCE '(CONS INTEGER *) 2)))
      can erroneously return T.
 
+214:
+  SBCL 0.6.12.43 fails to compile
+
+  (locally
+      (declare (optimize (inhibit-warnings 0) (compilation-speed 2)))
+    (flet ((foo (&key (x :vx x-p)) (list x x-p)))
+      (foo 1 2)))
+
 DEFUNCT CATEGORIES OF BUGS
   IR1-#:
     These labels were used for bugs related to the old IR1 interpreter.
index 3962ccb..7f75c47 100644 (file)
@@ -18,4 +18,4 @@
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.8.48"
+"0.7.8.49"