Apparent infinite loop in compiler
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
(defun bug021 ()
(let ((form '(lambda (a b c)
)))
(compile nil form)))
(bug021) ==> does not appear to terminate
x86-64, "2.5.5.
Changed in sbcl: | |
status: | New → Fix Committed |