X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=70b8d3e248a0873dd85b3702b34b91e06d2f88ad;hb=cca6915901ef29ada74859eefa147f6ea553fe4e;hp=57305afa709770391fa1bd8ca2b19a4aff5626cd;hpb=8345d5a06a5fc3c83d394d9ee81a7065d69fa205;p=sbcl.git diff --git a/BUGS b/BUGS index 57305af..70b8d3e 100644 --- a/BUGS +++ b/BUGS @@ -1589,14 +1589,6 @@ WORKAROUND: In sbcl-0.8.13, all backtraces from errors caused by internal errors on the alpha seem to have a "bogus stack frame". -347: FUNCALL forms and compiler-macros - (reported by Johan Bockgård on #lisp) - The example - (funcall (compiler-macro-function 'square) '(funcall #'square x) nil) - => (EXPT X 2) - from CLHS entry for DEFINE-COMPILER-MACRO fails in 0.8.13.41 with an - error. Fixed in CMUCL 19a. - 348: Structure slot setters do not preserve evaluation order: