Ticket #1027 (closed defect: fixed)
ARM ccl typechecking bug
| Reported by: | brown | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ANSI CL Compliance | Version: | unspecific |
| Keywords: | Cc: |
Description (last modified by gb) (diff)
Welcome to Clozure Common Lisp Version 1.9-dev-r15475M-trunk (LinuxARM32)! SIP-HASH> (defun barbar (x) (declare (type (unsigned-byte 64) x)) (+ x 1)) BARBAR SIP-HASH> (typep 1084818905618843912 '(unsigned-byte 64)) T SIP-HASH> (barbar 1084818905618843912) ; Evaluation aborted on #<TYPE-ERROR #x54D5B08E>.
Change History
Note: See
TracTickets for help on using
tickets.
