Date: Sat, 25 Dec 2021 11:10:06 -0500
From: "Andrew J. Schorr" <aschorr@telemetry-investments.com>
Cc: bug-gawk <bug-gawk@gnu.org>
# Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446
#
# GNU Awk 5.1.1, API: 3.1 (GNU MPFR 4.0.2, GNU MP 6.1.2)
#
# Windows 10x64
That's very odd. On my Linux system:
bash-4.4$ ./gawk --version| head -1
GNU Awk 5.1.1, API: 3.1 (GNU MPFR 3.1.6-p2, GNU MP 6.1.2)
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