32-bit Linux: Unknown vinsn: CCL::SINGLE->NODE
Eric Marsden <[email protected]> Sat, 11 Oct 2008 17:34:33 +0200
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, Compiling the following code in the 32-bit linux version of Clozure CL (current SVN) produces an error that seems to be related to code generation. (defun foo (a) (declare (type (simple-array single-float (10)) a)) (aref a 0)) > Error: Unknown vinsn: CCL::SINGLE->NODE > While executing: CCL::NEED-VINSN-TEMPLATE, in process listener(1). > Type :POP to abort, :R for a list of available restarts. -- Eric Marsden