1# The MCore ABI specifies that bitfields may not exceed 32 bits.
2# Hence this tes will fail.
3
4if { [istarget "mcore-*-*"] } {
5	set torture_execute_xfail "mcore-*-*"
6}
7
8return 0
9