-
- Downloads
Fix bug where the compiler was not correctly deriving the result type
of (defun foo (x) (declare (type (double-float (0d0)) x)) (* x (- (log (random 1d0))))) ONE-ARG-DERIVE-TYPE and TWO-ARG-DERIVE-TYPE should not create member types directly, but should use specifier-type to create them, which will canonicalize them appropriately for the type system. The type system expects member types to be converted to unions of singleton number types, except in certain cases, like signed zeroes. Based on a patch from Christophe Rhodes, sent to cmucl-imp.
Loading
Please register or sign in to comment