Infinite compiler loop

Bug #2049631 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)
  (let ((v7 (isqrt (abs a)))
        (v8 (the (satisfies eval) a)))
    (if (<= v8 v7) 3
        (if (<= v7 v8) v8 2)))
  (loop for lv4 below 2
        count
        (and
         (> a 67108856)
         (typep (foo) 'bignum))))

==> compiler does not terminate

x86-64, "2.4.0.185-7f014c324"

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