Re: Nested 'break'

Reuben Thomas via General Guile related discussions <[email protected]> Fri, 19 Jun 2026 18:01:15 +0100
Newsgroups gmane.lisp.guile.user
Message-ID <CAOnWdogo1xF1mpaONHbPhA3RKjO59U-=MqnU=c4roMz2t6pjEA@mail.gmail.com>
On Fri, 19 Jun 2026 at 15:57, Olivier Dion <[email protected]> wrote:

>
> On Fri, 19 Jun 2026, Reuben Thomas via General Guile related discussions <
> [email protected]> wrote:
> > After a little more thought I have a much more minimal failing example:
> >
> > (while #t
> >   (while #t (break)))
>
> Congratulation.  You have found a compiler bug!  I will debug this
> "live" with you.
>

Many thanks for the quick response and analysis. I confess I was surprised
that there was a compiler bug for something that seemed both basic and
simple, though I guess it's simply not used much, being not very Scheme-y.

I have opened https://codeberg.org/guile/guile/issues/204

-- 
Web: rrt.sc3d.org