aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/bf64-1.x
blob: f3069f2844b1e8eae4ee88dbd7f75b91c5857486 (plain)
1
2
3
4
5
6
7
8
# The MCore ABI specifies that bitfields may not exceed 32 bits.
# Hence this tes will fail.

if { [istarget "mcore-*-*"] } {
	set torture_execute_xfail "mcore-*-*"
}

return 0