X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=4860f0797c6b6128a7e04b32bfa1bf47c0733992;hb=07d6dd986728e8ea781954f5a3c2799ff0418ecb;hp=1960b902f8e8bfc3f3d0befef0dad5f2b5e9b8fe;hpb=0ca182b2e0fd9a7fc8005bef9d21000b326208fc;p=sbcl.git diff --git a/BUGS b/BUGS index 1960b90..4860f07 100644 --- a/BUGS +++ b/BUGS @@ -1928,25 +1928,6 @@ WORKAROUND: #.SB-EXT:SINGLE/DOUBLE-FLOAT-POSITIVE-INFINITY. These tests have been disabled on Darwin for now. -375: MISC.555 - (compile nil '(lambda (p1) - (declare (optimize (speed 1) (safety 2) (debug 2) (space 0)) - (type keyword p1)) - (keywordp p1))) - - fails on hairy type check in IR2. - - 1. KEYWORDP is MAYBE-INLINE expanded (before TYPEP-like - transformation could eliminate it). - - 2. From the only call of KEYWORDP the type of its argument is - derived to be KEYWORD. - - 2. Type check for P1 is generated; it uses KEYWORDP to perform the - check, and so references the local function; from the KEYWORDP - argument type new CAST to KEYWORD is generated. The compiler - loops forever. - 377: Memory fault error reporting On those architectures where :C-STACK-IS-CONTROL-STACK is in *FEATURES*, we handle SIG_MEMORY_FAULT (SEGV or BUS) on an altstack, @@ -2148,6 +2129,5 @@ WORKAROUND: For some more details see comments for (define-alien-type-method (c-string :deport-gen) ...) in host-c-call.lisp. -400: "aggressive constant folding" - (fixed in sbcl-0.9.10.17) - +401: "optimizer runaway on bad constant type specifiers in TYPEP" + (fixed in 0.9.12.12)