guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiler/optimizer bug


From: Andy Wingo
Subject: Re: Compiler/optimizer bug
Date: Sun, 28 Mar 2010 14:32:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

On Sat 27 Mar 2010 22:25, Mark H Weaver <address@hidden> writes:

> There has been a compiler bug in master since at least March 2.
>
>   (map (lambda (lst)
>          (write lst) (newline)
>          (apply (lambda (a b c)
>                   (+ a b c))
>                 lst))
>        '((1 2 3)))
>
> Guile evaluates the expression above correctly, but if you comment out
> the "(write lst) (newline)", it fails

Thanks, fixed.

Andy
-- 
http://wingolog.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]