* Even if there are uses we have not considered yet,
%LVAR-DERIVED-TYPE can stop if the type turns into the universal
type.
(values-type-union (node-derived-type (first current))
res))
(current (rest uses) (rest current)))
- ((null current) res)))
+ ((or (null current) (eq res *wild-type*))
+ res)))
(t
(node-derived-type (lvar-uses lvar))))))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.10.49"
+"1.0.10.50"