Miscompilation when bitcasting numbers to vector in x86-64 backend #23851
Labels
arch-x86_64
64-bit x86
backend-self-hosted
bug
Observed behavior contradicts documented or intended behavior
miscompilation
The compiler reports success but produces semantically incorrect code.
Zig Version
0.15.0-dev.479+6eb5e5630
Steps to Reproduce and Observed Behavior
Run following program using
zig run main.zig -fno-llvm -fno-lld
on x86-64_linux. It finishes triggering asserts.Expected Behavior
I expect it to crash on third assert as it does in llvm backend.
The text was updated successfully, but these errors were encountered: