0.8.9.58:
authorAlexey Dejneka <adejneka@comail.ru>
Sat, 24 Apr 2004 04:40:27 +0000 (04:40 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Sat, 24 Apr 2004 04:40:27 +0000 (04:40 +0000)
        New bug.

BUGS
version.lisp-expr

diff --git a/BUGS b/BUGS
index ea36fda..be0ddb7 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1375,3 +1375,15 @@ WORKAROUND:
   The tokenizer's use of *read-buffer* and *read-buffer-length* causes
   spurious errors should two threads attempt to tokenise at the same
   time.
+
+312:
+  (reported by Jon Dyte)
+  SBCL issues a warning "Duplicate definition of FOO" compiling
+
+    (declaim (inline foo))
+    (defun foo (x)
+      (1+ x))
+    (defun bar (y)
+      (list (foo y) (if (> y 1) (funcall (if (> y 0) #'foo #'identity) y))))
+
+  (probably related to the bug 280.)
index eb60fdd..ef99689 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.9.57"
+"0.8.9.58"