[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446
From: |
Eli Zaretskii |
Subject: |
Re: Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446 |
Date: |
Sat, 25 Dec 2021 18:58:45 +0200 |
> Date: Sat, 25 Dec 2021 18:31:03 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: bug-gawk@gnu.org
>
> > bash-4.4$ ./gawk 'BEGIN {continue}'
> >
> > gawk: cmd. line:1: error: `continue' is not allowed outside a loop
> > gawk: cmd. line:1: error: `continue' is not allowed outside a loop
>
> That's exactly what I get here with the MinGW build of Gawk 5.1.1.
> I'm not on Windows 10, though, so maybe it's specific to that version
> of Windows.
I have now tried the same on Windows 10, and I see the same correct
result there as well.