[Openmcl-devel] 1.4 bugs
R. Matthew Emerson
rme at clozure.com
Mon Nov 2 10:21:10 PST 2009
On Oct 30, 2009, at 1:26 PM, Dan Corkill wrote:
>> ? (defun test () (the (values integer real) (round 2.5)))
>> ;Compiler warnings :
>> ; In test: Conflicting type declarations for (the (values integer
>> real) (round 2.5))
>> test
>> ? (defun bug (buckets x y)
>> (declare (type (simple-array t (* *)) buckets))
>> (let ((result (aref buckets x y)))
>> result))
>> > Error: Compiler bug or inconsistency:
>> > not an immediate: (33 KEYWORD (24616 :SIMPLE-VECTOR))
These bugs are fixed now (both in the trunk and in 1.4).
http://trac.clozure.com/openmcl/ticket/620
http://trac.clozure.com/openmcl/ticket/621
More information about the Openmcl-devel
mailing list