Infinite loop in SUBTYPEP
Bug #2114751 reported by
Paul F. Dietz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
(defun bug025 ()
(let ((t1 '(or
(not (cons (simple-array function)))
(cons (simple-array real)
(cons sequence complex)))
(t2 '(or
(not (cons (simple-array function)))
(cons (simple-array real))
(cons sequence complex))))
(subtypep t1 t2)))
(bug025) ==> does not terminate
x86-64, "2.5.5.
To post a comment you must log in.
This failed to replicate on a fresh image, which may mean some kind of caching issue.