compile-fail/asm-src-loc.rs fails on ARM when compiled without optimizations #40555
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
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.
(Cross) compiling this test for
arm-unknown-linux-gnueabihf
fails because the error span is missing. (Reproduced onnightly-2017-03-04
)Output of
rustc --target=arm-unknown-linux-gnueabihf -Copt-level=0
:Output of
rustc --target=arm-unknown-linux-gnueabihf -Copt-level=1
:The text was updated successfully, but these errors were encountered: