Ticket #660 (closed defect: fixed)
Bug in ASH with type declarations
| Reported by: | emarsden | Owned by: | gb |
|---|---|---|---|
| Priority: | normal | Milestone: | Clozure CL 1.5 |
| Component: | Compiler | Version: | trunk |
| Keywords: | Cc: |
Description
Welcome to Clozure Common Lisp Version 1.5-dev-r13434M (LinuxX8632)! ? (funcall (lambda (x) (ash x -1000)) 2219369894) 0 ? (funcall (lambda (x) (declare (type (integer 100000 3391901519) x)) (ash x -1000)) 2219369894) 1
Change History
Note: See
TracTickets for help on using
tickets.
