OSDN Git Service

* expr.c (highest_pow2_factor_for_type): Rename into
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / loop-2e.x
1 global target_triplet
2 if { [istarget "i?86-*"] } {
3     set torture_eval_before_execute {
4         global compiler_conditional_xfail_data
5         set compiler_conditional_xfail_data {
6             "Loop optimiser bug" \
7                     "i?86-*" \
8                     { "-Os" } \
9                     { "" }
10         }
11     }
12 }
13
14 return 0