-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorfrontendTokenization, parsing, AstGen, Sema, and Liveness.Tokenization, parsing, AstGen, Sema, and Liveness.
Description
Zig Version
0.10.0-dev.61+9be8396b7
Steps to Reproduce
Followed instructions for building zig with an older version of zig. Ran this command:
..\..\zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.61+9be8396b7\bin\zig.exe build -p stage3 --search-prefix ..\..\zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.61+9be8396b7 --zig-lib-dir lib -Denable-stage1 -Dstatic-llvm -Duse-zig-libcxx -Dtarget=x86_64-windows-gnu
Expected Behavior
Compiles zig
Actual Behavior
Get the following error:
Semantic Analysis... comptime_0... thread 14772 panic: zig compiler bug: NeededSourceLocation
Unable to dump stack trace: debug info stripped
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorfrontendTokenization, parsing, AstGen, Sema, and Liveness.Tokenization, parsing, AstGen, Sema, and Liveness.