Skip to content

Commit

Permalink
0.8.9.5:
Browse files Browse the repository at this point in the history
        * Remove bug entry 304.
  • Loading branch information
Alexey Dejneka committed Mar 25, 2004
1 parent 5dcf590 commit b282ecc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions BUGS
Expand Up @@ -1269,18 +1269,6 @@ WORKAROUND:

The problem is that both EVALs sequentially write to the same LVAR.

304:
(Thanks to Dave Roberts.)

(defun foo (a i)
(declare (optimize (speed 3) (safety 0) (space 0) (debug 0)))
(declare (type (alien (* (unsigned 8))) a)
(type (unsigned-byte 32) i))
(deref a i))

Under recent enough SBCL the output code contains (TWO-ARG-/ (* x 8)
8). (Two problems: opaque CAST and modular functions).

305:
(Reported by Dave Roberts.)
Local INLINE/NOTINLINE declaration removes local FTYPE declaration:
Expand Down

0 comments on commit b282ecc

Please sign in to comment.