-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Audit and consolidate stage1/stage2 tests. All behavior tests passing for self-hosted. #6034
Closed
21 tasks done
Tracked by
#89
Labels
backend-llvm
The LLVM backend outputs an LLVM IR Module.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone
Comments
Here's a debugging session with debug LLVM:
In summary it looks like an instance of a |
Here's a reduced test case: comptime {
var s: S = undefined;
@ptrCast(*[3]u8, &s)[0] = 0;
}
pub const S = extern struct {
a: u8,
b: u8,
c: u8,
};
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend-llvm
The LLVM backend outputs an LLVM IR Module.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
This is a sub-task of #89.
Aside from #6025, here are all the ones that are left:
The text was updated successfully, but these errors were encountered: