ICE when compiling assembly has invalid registers #72570
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
The example is taken from rust-lang/blog.rust-lang.org#600.
Meta
rustc --version --verbose
: rustc 1.45.0-nightly (46e85b4 2020-05-24) running on x86_64-unknown-linux-gnuError output
Run:
cargo build --target=aarch64-unknown-linux-gnu
Backtrace
The text was updated successfully, but these errors were encountered: