You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code is perfectly valid and should output string 1
Actual Behavior
Zig compiler crashes with the following error:
broken LLVM module found: Instruction does not dominate all uses!
%9 = getelementptr inbounds %"struct:12:55", %"struct:12:55"* %0, i32 0, i32 0, !dbg !16575
store i32 %11, i32* %9, align 4, !dbg !16574
This is a bug in the Zig compiler.thread 11096 panic:
Unable to dump stack trace: debug info stripped
The text was updated successfully, but these errors were encountered:
sivukhin
added
the
bug
Observed behavior contradicts documented or intended behavior
label
Jan 5, 2022
Zig Version
0.9.0-dev.1815+20e19e75f
Steps to Reproduce
Try to compile following code (godbolt link: https://godbolt.org/z/8MqKo6P9W):
Expected Behavior
Code is perfectly valid and should output string
1
Actual Behavior
Zig compiler crashes with the following error:
The text was updated successfully, but these errors were encountered: