Comment 2 for bug 622958

Revision history for this message
Nikodemus Siivola (nikodemus) wrote : Re: bogus type error from array access optimization using negative offsets

Actually, it is still fairly simple to construct cases that fail. Consider:

 (aref v (- x #.(1+ most-positive-fixnum)))