-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Destructuring let can cause 'illegal instruction' #883
Comments
ghost
assigned marijnh
Sep 7, 2011
This appears to be an alignment problem. This seems to be a minimal testcase:
|
brson
pushed a commit
to brson/rust
that referenced
this issue
Sep 9, 2011
This seems to confuse LLVM in some very specific situations. Closes rust-lang#883
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
…ft-codegen-9a578c1
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
This is no longer needed after Homebrew/homebrew-core#112154.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Complete tests for count intrinsics * Use `kani::any()` instead of concrete value in `test_ctlz_nonzero`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See patch 1339d05 , which was needed to work around this issue. Only happens when optimization is turned on.
The text was updated successfully, but these errors were encountered: