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

return 0
OpenPOWER on IntegriCloud