projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece55c6
)
Simplified bug 214.
author
Alexey Dejneka
<adejneka@comail.ru>
Sun, 20 Oct 2002 06:48:22 +0000
(06:48 +0000)
committer
Alexey Dejneka
<adejneka@comail.ru>
Sun, 20 Oct 2002 06:48:22 +0000
(06:48 +0000)
BUGS
patch
|
blob
|
history
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.