Skip to content

Commit 243ef31

Browse files
committed
add a testcase for another MIPS64 bug
1 parent a53c6ee commit 243ef31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/abi/compatibility.rs

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ test_transparent!(zst, Zst);
105105
test_transparent!(unit, ());
106106
test_transparent!(pair, (i32, f32)); // mixing in some floats since they often get special treatment
107107
test_transparent!(triple, (i8, i16, f32)); // chosen to fit into 64bit
108+
test_transparent!(float_triple, (f64, f64, f64)); // hits a bug in our MIPS64 adjustments
108109
test_transparent!(tuple, (i32, f32, i64, f64));
109110
test_transparent!(empty_array, [u32; 0]);
110111
test_transparent!(empty_1zst_array, [u8; 0]);

0 commit comments

Comments
 (0)