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