Comment 3 for bug 1258716

Revision history for this message
Alastair Bridgewater (alastair-bridgewater) wrote : Re: Declare confuses compiler

A somewhat more minimal example, tested on 1.1.18.574-21c12b6-dirty:

(let ((foo (make-array 1 :element-type 'bogus)))
  (declare ((vector bogus 1) foo))
  (lambda (i) (svref foo i)))