OSDN Git Service

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