failed aver in ir2-conversion of NIP-VALUES

Bug #408772 reported by Nikodemus Siivola
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Confirmed
Medium
Unassigned

Bug Description

Reported by Eric Marsden on sbcl-devel (test-case originally with DOTIMES (I 3), macroexpanded inline to make the relation to >= obvious.)

(LAMBDA ()
  (DECLARE (NOTINLINE >=))
  (BLOCK B3
    (MULTIPLE-VALUE-PROG1 5
      (HANDLER-BIND NIL
        (DO ((I 0 (1+ I)))
            ((>= I 3) NIL)
          (DECLARE (TYPE UNSIGNED-BYTE I))
          (RETURN-FROM B3 (CATCH 'CT2 4)))))))

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.