-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stage2 panics when continue jumps to outer (inline) loop #13038
Labels
Milestone
Comments
briangold
added
the
bug
Observed behavior contradicts documented or intended behavior
label
Oct 2, 2022
Vexu
added a commit
to Vexu/zig
that referenced
this issue
Oct 5, 2022
Vexu
added a commit
to Vexu/zig
that referenced
this issue
Oct 5, 2022
Vexu
added a commit
to Vexu/zig
that referenced
this issue
Oct 5, 2022
topolarity
added a commit
to topolarity/zig
that referenced
this issue
Oct 15, 2022
This PR (ziglang#12873) in combination with this particular test exposed a pre-existing bug (ziglang#13175). This means that the test for ziglang#13038 has regressed.
topolarity
added a commit
to topolarity/zig
that referenced
this issue
Oct 15, 2022
This PR (ziglang#12873) in combination with this particular test exposed a pre-existing bug (ziglang#13175). This means that the test for ziglang#13038 has regressed.
topolarity
added a commit
to topolarity/zig
that referenced
this issue
Oct 15, 2022
This PR (ziglang#12873) in combination with this particular test exposed a pre-existing bug (ziglang#13175). This means that the test for ziglang#13038 has regressed.
topolarity
added a commit
to topolarity/zig
that referenced
this issue
Oct 16, 2022
This PR (ziglang#12873) in combination with this particular test exposed a pre-existing bug (ziglang#13175). This means that the test for ziglang#13038 has regressed
topolarity
added a commit
to topolarity/zig
that referenced
this issue
Oct 20, 2022
This PR (ziglang#12873) in combination with this particular test exposed a pre-existing bug (ziglang#13175). This means that the test for ziglang#13038 has regressed
topolarity
added a commit
to topolarity/zig
that referenced
this issue
Oct 21, 2022
This PR (ziglang#12873) in combination with this particular test exposed a pre-existing bug (ziglang#13175). This means that the test for ziglang#13038 has regressed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zig Version
0.10.0-dev.4213+91b05ad47
Steps to Reproduce
Reduced from a larger test case. Crash only happens with comptime (inline) loops, and both
while
loop andfor
loop hit this issue. Does not crash with-fstage1
.Expected Behavior
Test should pass
Actual Behavior
Compiler panics with an attempt to use null value:
The text was updated successfully, but these errors were encountered: