gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: Wait!


From: Camm Maguire
Subject: [Gcl-devel] Re: Wait!
Date: 26 Mar 2006 00:14:55 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  So you are saying this is not a bug, right?

Take care,

Robert Boyer <address@hidden> writes:

> > Is this also applicable to the bug running compile under loop?
> 
> It is the exact same bug, I sort of believe.  LOOP generates a BLOCK and that
> creates the problem, binding the name lexically as it does something or other
> for return-from purposes.  Whatever all that might mean!
> 
>   (macroexpand '(loop for i from 1 to n do (foo)))
> 
>    (BLOCK ()
>      (LET ((I 1) (#:G1951 N))
>        (DECLARE (TYPE REAL #:G1951) (TYPE REAL I))
>        (ANSI-LOOP::LOOP-BODY NIL
>          (NIL NIL (WHEN (> I #:G1951) (GO ANSI-LOOP::END-LOOP)) NIL)
>          ((FOO))
>          (NIL (ANSI-LOOP::LOOP-REALLY-DESETQ I (1+ I))
>               (WHEN (> I #:G1951) (GO ANSI-LOOP::END-LOOP)) NIL)
>          NIL)))
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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