General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
34.98k
stars
2.56k
forks
source link
`behavior.vector.test.vector float operators` causes LLVM assertion failure on `mips*-linux-*` #21051
Open
alexrp opened 3 months ago
Zig Version
9ef16b3
Steps to Reproduce and Observed Behavior
Run e.g.
zig test -target mipsel-linux-none test/behavior/union.zig --test-cmd qemu-mipsel --test-cmd-bin
.The bug is on the LLVM side: https://github.com/llvm/llvm-project/issues/102870
This is just meant as a tracking issue on our side.
Expected Behavior
No failure.