FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20001226-1.x
blob6e46f46724e2ad58c964c9378eb6f32598656bc1
1 # This does not assemble on m68hc11 because the function is larger
2 # than 64K.
4 global target_triplet
5 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
6       return 1
9 # It doesn't work on Xtensa with -O0 because the function is larger
10 # than the range of a jump instruction (+- 128K) and the assembler
11 # does not yet relax jumps to indirect jumps.
13 set torture_eval_before_compile {
14     set compiler_conditional_xfail_data {
15         "jump beyond 128K not supported" \
16         "xtensa-*-*" \
17         { "-O0" } \
18         { "" }
19     }
22 return 0