ziglang / zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
https://ziglang.org
MIT License
34.37k stars 2.51k forks source link

`behavior.vector.test.vector float operators` causes LLVM assertion failure on `mips*-linux-*` #21051

Open alexrp opened 2 months ago

alexrp commented 2 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.

alexrp commented 1 week ago

This has been fixed upstream; the test should hopefully work with LLVM 20.