We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
odin-lang
Learn more about funding links in repositories.
Report abuse
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
Odin: dev-2025-03-nightly OS: Ubuntu 24.10, Linux 6.11.0-19-generic CPU: AMD Ryzen 7 6800H with Radeon Graphics RAM: 14703 MiB Backend: LLVM 18.1.6
The code should either compile or generate a checker error.
The following LLVM backend assertion is triggered: Assertion Failure: elem_count == max_count 9 != 4
elem_count == max_count
mat := cast(matrix[2,2]f32) matrix[3,3]f32{1,0,0,0,1,0,0,0,1}
https://godbolt.org/z/e1WTGEKd6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Odin: dev-2025-03-nightly
OS: Ubuntu 24.10, Linux 6.11.0-19-generic
CPU: AMD Ryzen 7 6800H with Radeon Graphics
RAM: 14703 MiB
Backend: LLVM 18.1.6
Expected Behavior
The code should either compile or generate a checker error.
Current Behavior
The following LLVM backend assertion is triggered:
Assertion Failure:
elem_count == max_count
9 != 4Failure Information (for bugs)
Steps to Reproduce
https://godbolt.org/z/e1WTGEKd6
The text was updated successfully, but these errors were encountered: