[Openmcl-devel] Bug calling RELOAD-COMPLEX-SINGLE-FLOAT vinsn
R. Matthew Emerson
rme at clozure.com
Mon Nov 30 12:20:04 PST 2015
> On Nov 22, 2015, at 11:02 AM, Eric Marsden <eric.marsden at free.fr> wrote:
>
> Hello,
>
> The problem below is triggered by the ansi-test suite.
>
> ==============================================================
>
> ? (lisp-implementation-version)
> "Version 1.12-dev-r16641M (LinuxX8664)"
> ? (lambda (p1 p2)
> (declare (optimize (speed 0))
> (type (complex single-float) p1))
> ((lambda (x y) (typep x (type-of y)))
> (the (complex single-float) p1) p2))
>> Error: Vinsn RELOAD-COMPLEX-SINGLE-FLOAT expects 3 result/argument specs, received 2 .
>> While executing: CCL::MATCH-TEMPLATE-VREGS, in process listener(1).
>> Type :POP to abort, :R for a list of available restarts.
>> Type :? for other options.
>
Thanks for that. Fixed in r16644.
More information about the Openmcl-devel
mailing list