Loop in constraint propagation with notinlined flet

Bug #2052697 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 (a b c)
  (prog1
      (case a
        ((3188) c)
        (t 132240))
    (loop repeat 3
          sum (progn
                (tagbody
                   (flet ((%f7 (&optional (f7-2 0) (f7-3 81) &key (key1 (go 5)))
                            (declare (ignore f7-2 f7-3 key1))
                            675155407991333))
                     (declare (notinline %f7))
                     (%f7 a 18354665292)
                     228559833622833108)
                 5)
                b))))

==> compiler loops, apparently in constraint propagation

x86-64, "2.4.1.120-1f0732114"

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.