summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.c-torture/execute/941014-1.x
blob: bbe060ef812161634e0d46709e96d8cecca8058b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This doesn't always work for Thumb.
 
if { [istarget arm*-*-*] } {
    set torture_eval_before_execute {
	global compiler_conditional_xfail_data
	set compiler_conditional_xfail_data {
	    "Thumb sets the last bit of function relocations" \
		    { "arm*-*-*" } \
		    { { "-mthumb" "-O0" } } \
		    { "" }
	}
    }
}

return 0
OpenPOWER on IntegriCloud