Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / execute / 960321-1.x
blob44cc702686d6612e14d9b3f40937243c7ddccb19
1 # This test fails to link on 64-bit Solaris 2/x86 due to a Sun as bug.
2 if { [istarget "i?86-*-solaris2*"]
3      && ! [check_effective_target_ilp32]
4      && ! [check_effective_target_gas] } { 
5     set torture_eval_before_compile {
6         global compiler_conditional_xfail_data
7         set compiler_conditional_xfail_data {
8             "64-bit Sun as bug" \
9                 { "i?86-*-solaris2*" } \
10                 { "-O[1-3s]" } \
11                 { "" }
12        }
13     }
15 return 0