[Openmcl-devel] Bug in type derivation with ASH

Eric Marsden eric.marsden at free.fr
Tue Jan 3 04:40:05 PST 2017


Hello,

Found using random testing.



? (lisp-implementation-version)
"Version 1.12-dev-r16808M  (LinuxX8664)"
? (defun foo (a b)
    (declare (type (eql 271) a) (type (eql -66) b))
    (ash a b))
FOO
? (foo 271 -66)
67     ;; <-- expecting 0


-- 
Eric Marsden
https://risk-engineering.org/




More information about the Openmcl-devel mailing list