nightly aarch64: broken in debug mode #48673
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
The code below does not run correctly under aarch64 on the nightly compiler in debug mode.
Every other combination works (only tried nightly and stable releases).
I minimized the sample as far as I could and verified it on real hardware.
Sorry for the title, I have no clue how to name this issue.
I tried this code:
I expected to see this happen:
Instead, this happened:
(qemu-aarch64)
(aarch64 cpu)
Meta
You can reproduce this with qemu-user (aarch64) with the following config:
CPU:
rustc --version --verbose
:Edit: smaller example
The text was updated successfully, but these errors were encountered: