mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
add a testcase for another MIPS64 bug
This commit is contained in:
@@ -105,6 +105,7 @@ mod $name {
|
||||
test_transparent!(unit, ());
|
||||
test_transparent!(pair, (i32, f32)); // mixing in some floats since they often get special treatment
|
||||
test_transparent!(triple, (i8, i16, f32)); // chosen to fit into 64bit
|
||||
test_transparent!(float_triple, (f64, f64, f64)); // hits a bug in our MIPS64 adjustments
|
||||
test_transparent!(tuple, (i32, f32, i64, f64));
|
||||
test_transparent!(empty_array, [u32; 0]);
|
||||
test_transparent!(empty_1zst_array, [u8; 0]);
|
||||
|
||||
Reference in New Issue
Block a user