Incorrect sign of zero on float %
#2649
Labels
A-interpreter
Area: affects the core interpreter
I-wrong
Impact: makes Miri produce incorrect program behavior
The following program works fine at runtime but panics in Miri:
This is basically the Miri version of rust-lang/rust#102403, leading to incorrect execution. It's similar to rust-lang/rust#100233 (likely an apfloat porting bug) but a lot harder to work around...
The text was updated successfully, but these errors were encountered: