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

return 0