X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=BUGS;h=cace3b33eb2077e5bdc060c83f8d0b59dba01511;hb=3eedd5a020356291b2c1c2e426ef9fc7dd5928d9;hp=ab130b0bd146788004f5df0eb553d545a7c50340;hpb=efb7317381c54e1a28f6c1c179a4fb8d58fdc7eb;p=sbcl.git diff --git a/BUGS b/BUGS index ab130b0..cace3b3 100644 --- a/BUGS +++ b/BUGS @@ -1187,15 +1187,6 @@ WORKAROUND: ; caught STYLE-WARNING: ; The variable Y is defined but never used. -244: "optimizing away tests for &KEY args of type declared in DEFKNOWN" - (caught by clocc-ansi-test :EXCEPSIT-LEGACY-1050) - In sbcl-0.pre8.44, (OPEN "foo" :DIRECTION :INPUT :EXTERNAL-FORMAT 'FOO) - succeeds with no error (ignoring the bogus :EXTERNAL-FORMAT argument) - apparently because the test is optimized away. The problem doesn't - exist in sbcl-0.pre8.19. Deleting the (MEMBER :DEFAULT) declaration - for :EXTERNAL-FORMAT in DEFKNOWN OPEN (and LOAD) is a workaround for - the problem (and should be removed when the problem is fixed). - 245: bugs in disassembler a. On X86 an immediate operand for IMUL is printed incorrectly. b. On X86 operand size prefix is not recognized. @@ -1212,9 +1203,6 @@ WORKAROUND: (TYPEP 1 '(SYMBOL NIL)) says something about "unknown type specifier". -250: - (make-array nil :initial-element 11) causes a warning. - 251: (defun foo (&key (a :x)) (declare (fixnum a))