Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / loop-2e.x
blob4365f92122b31766b3e080ecde55310dacc5bc26
1 # This doesn't work on m68k-motorola-sysv
2 # It also doesn't work on m88k-motorola-sysv3
4 global target_triplet
5 if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } {
6       set torture_compile_xfail "$target_triplet"
9 if { [istarget "i686-*"] } {
10     set torture_eval_before_execute {
11         global compiler_conditional_xfail_data
12         set compiler_conditional_xfail_data {
13             "Loop optimiser bug" \
14                     "i686-*" \
15                     { "-Os" } \
16                     { "" }
17         }
18     }
21 return 0