Ticket #666 (closed defect: fixed)
truncate
| Reported by: | heller | Owned by: | gb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Compiler | Version: | trunk |
| Keywords: | Cc: |
Description
Something seems fishy when inlining TRUNCATE:
Welcome to Clozure Common Lisp Version 1.5-dev-r13524M-trunk (LinuxX8632)! ? (defun foo (x y) (declare (type fixnum x y)) (truncate x y)) FOO ? (foo most-negative-fixnum -1) -536870912 0 ? (truncate most-negative-fixnum -1) 536870912 0 ?
Change History
Note: See
TracTickets for help on using
tickets.
