aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/loop-2e.x
blob: 9836850d8b2c1986bf452256ea8a5d228f675987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
global target_triplet
if { [istarget "i?86-*"] } {
    set torture_eval_before_execute {
	global compiler_conditional_xfail_data
	set compiler_conditional_xfail_data {
	    "Loop optimiser bug" \
		    "i?86-*" \
		    { "-Os" } \
		    { "" }
	}
    }
}

return 0