[Openmcl-devel] BUG: TAGGED-RETURN-ADDRESS is not of expected type REAL

Eric Marsden eric.marsden at free.fr
Mon Oct 17 00:07:28 PDT 2011


Hi,

,----
| ? (lisp-implementation-version)
| "Version 1.8-dev-r15023M  (LinuxX8664)"
| ? (lambda (p1 p2 p3 p5 p7 p8 p9 p10)
|     (declare (optimize (speed 1) (safety 3) (debug 3) (space 1))
|              (type real p1) (type number p2) (type number p3) (type number p5)
|              (type real p7) (type number p8)
|              (type rational p10))
|     (> p1 (the (member #\Y -1434719695306692) p7) p8
|        (the (eql -4315271/3609250) p10)))
| ;Compiler warnings :
| ;   In an anonymous lambda form at position 0: Unused lexical variable P9
| ;   In an anonymous lambda form at position 0: Unused lexical variable P5
| ;   In an anonymous lambda form at position 0: Unused lexical variable P3
| ;   In an anonymous lambda form at position 0: Unused lexical variable P2
| #<Anonymous Function #x302000BC65AF>
| ? (funcall * 1 243913 -92558/69495 -1996/1619 -1434719695306692 35770.04369979271D0 -39/37 -4315271/3609250)
| > Error: value #<TAGGED-RETURN-ADDRESS in function Anonymous Function #x302000BC65AF (+597) #x302000BC6804> is not of the expected type REAL.
| > While executing: CCL::>-2, in process listener(1).
`----

-- 
Eric Marsden




More information about the Openmcl-devel mailing list