Loop in constraint propagation

Bug #2054436 reported by Paul F. Dietz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

(lambda ()
  (declare (optimize debug))
  (loop for lv1 below 2
        sum
        (prog1
            (dotimes
                (iv4 2
                     (catch 'ct1
                       (loop repeat 2
                             count (oddp
                                    (multiple-value-prog1
                                        (the integer (catch 'ct1 -1))
                                      (catch 'ct1
                                        (loop repeat 1
                                              sum (coerce
                                                   (prog1 0
                                                     (the integer
                                                          (coerce
                                                           (the integer
                                                                (coerce
                                                                 (the integer (catch 'ct7 -10))
                                                                 'integer))
                                                           'integer)))
                                                   'integer))))))))
              (coerce (catch 'ct2 0) 'integer)))))

==> compiler loops in constraint propagation

x86-64, "2.4.1.245-e3c6c5faf"

Stas Boukarev (stassats)
Changed in sbcl:
status: New → Fix Released
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.