test_mul_add failt in debug mode for arm-unknown-linux-gnueabi #46950
Labels
C-bug
Category: This is a bug.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
This following test extract from libstd:
fails to run in raspbarry pi 3 and in qemu when compiled in debug mode for the target
arm-unknown-linux-gnueabi
. It works if compiled in release mode.rustc 1.24.0-nightly (250b49205 2017-12-21)
was used.To test using cross, create a project execute
cross test --target arm-unknown-linux-gnueabi
. cross execute the test using qemu-arm, but I think it is not a problem with qemu because the test also fails running in a raspbarry pi 3. Also the test works if compiled in release mode.qemu error:
raspberry pi error:
The text was updated successfully, but these errors were encountered: