[Bug-openmcl] compiler bug with LOAD-TIME-VALUE

Eric Marsden eric.marsden at free.fr
Sat Oct 13 16:28:45 MDT 2007


Hi,

In OpenMCL Version 1.1-r7434 (LinuxX8664) compiled from current CVS,
there is a strange interaction between the compiler and
LOAD-TIME-VALUE. 

,----
| ? (max (load-time-value 0) 1)
| 1
| ? (funcall (lambda () (max (load-time-value 0) 1)))
| 0
`----

-- 
Eric Marsden



More information about the Bug-openmcl mailing list