Closed
Description
#[test]
fn modsi3() {
let (a, b) = (-2147483648, 1798783296);
let c_ = __modsi3(a, b);
}
running 1 test
test modsi3 ... FAILED
failures:
---- modsi3 stdout ----
thread 'modsi3' panicked at 'attempt to subtract with overflow', /home/japaric/.cargo/git/checkouts/compiler-builtins-ec094dc45a0179c8/9681358/src/int/sdiv.rs:38
note: Run with `RUST_BACKTRACE=1` for a backtrace.
failures:
modsi3
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured
error: test failed
Metadata
Metadata
Assignees
Labels
No labels