lvar-conservative-type not conservative enough

Bug #1732737 reported by Stas Boukarev
18
This bug affects 2 people
Affects Status Importance Assigned to Milestone
SBCL
Triaged
Low
Unassigned

Bug Description

(defun f (x)
  (let ((x (the (cons fixnum) x)))
    (g)
    (car x)))

Gets derived as FIXNUM even though G may modify X.

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

Duplicates of this bug

Other bug subscribers

Remote bug watches

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