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
Crashes zig compiler in resolve_llvm_types function
Unreachable at /home/vsts/work/1/s/src/stage1/analyze.cpp:9711 in resolve_llvm_types. This is a bug in the Zig compiler.thread 1 panic:
Unable to dump stack trace: debug info stripped
ASM generation compiler returned: 139
Unreachable at /home/vsts/work/1/s/src/stage1/analyze.cpp:9711 in resolve_llvm_types. This is a bug in the Zig compiler.thread 1 panic:
Unable to dump stack trace: debug info stripped
Execution build compiler returned: 139
Zig compiler should check what types are passed as inputs to inline asm statements and give an error if those types are compile-time only.
The text was updated successfully, but these errors were encountered:
https://zig.godbolt.org/z/5P7WEeb4a
Crashes zig compiler in
resolve_llvm_types
functionZig compiler should check what types are passed as inputs to inline asm statements and give an error if those types are compile-time only.
The text was updated successfully, but these errors were encountered: