Unable to mark ARM32's r14
register as clobbered in asm!
#82052
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I attempted to compile a crate containing the following expression:
I expected it to compile successfully.
Instead, I received this error:
rustc --version --verbose
:RUST_BACKTRACE=1
omitted, it did not produce anything else.@Amanieu diagnosed the cause and offered a solution here.
The text was updated successfully, but these errors were encountered: