Ticket #348 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

IA-32 port: Unknown vinsn: CCL::SINGLE-FLOAT-BITS

Reported by: emarsden Assigned to: gb
Priority: major Milestone: IA-32 port
Component: Compiler Version: trunk
Keywords: Cc:

Description

Apparent code generation bug in the 32-bit port (on Linux).

(defun foo (a)
  (declare (type (simple-array single-float (10)) a))
  (setf (aref a 0) (aref a 1)))

> Error: Unknown vinsn: CCL::SINGLE-FLOAT-BITS
> While executing: CCL::NEED-VINSN-TEMPLATE, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.

Change History

10/12/08 12:22:55 changed by rme

  • status changed from new to closed.
  • resolution set to fixed.

This should work in r11066.

(Sorry about making you play whack-a-mole with single-float bugs.)