This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / va-arg-25.x
blobff301be355a302d4a0a59fe427d0b4fa4e82a290
1 # This doesn't work on SPARC 64-bit.
3 if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {
4     set torture_eval_before_compile {
5         global compiler_conditional_xfail_data
6         set compiler_conditional_xfail_data {
7             "PR target/12916" \
8             { "*-*-*" } \
9             { "*" } \
10             { "-m32" }
11         }
12     }
13 } elseif { [istarget "sparc-*-*"] } {
14     set torture_eval_before_compile {
15         global compiler_conditional_xfail_data
16         set compiler_conditional_xfail_data {
17              "PR target/12916" \
18             { "*-*-*" } \
19             { "-m64" } \
20             { "" }
21         }
22     }
25 return 0