-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Crash on asm!("int $3"): Wrong MachineOperand accessor #23458
Comments
Could not repro this on OSX
|
Reference rust-lang/rust#23458
This still reproduces for me today on Linux. |
Just had the same issue. For the record, using |
For the record (bis), |
FWIW, LLVM's inline ASM uses Using |
`DiagnosticInfoInlineAsm::getInstruction` may return a null pointer, so the instruction shouldn't be blindly unwrapped. Fixes rust-lang#23458.
Still ICEs, different message; Using
|
While compiling the following program:
rustc crashes:
Meta
The text was updated successfully, but these errors were encountered: