Comment 1 for bug 1737049

Revision history for this message
Paul F. Dietz (paul-f-dietz) wrote :

Also fails:

(loop for x below 2
   count (zerop (min x x x x x x x x x x)))

Changing the 2 to 1 or to 3 makes the failure go away, as does removing any of the 10 args to MIN.