Comment 0 for bug 309130

Revision history for this message
Nikodemus Siivola (nikodemus) wrote : missing compiler warnings

  Compiler does not emit warnings for

  a. (lambda () (svref (make-array 8 :adjustable t) 1))

  b. (fixed at some point before 1.0.4.10)

  c. (lambda (x)
       (declare (optimize (debug 0)))
       (declare (type vector x))
       (list (fill-pointer x)
             (svref x 1)))