FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 981006-1.x
bloba27a67bcaee2540a3735fe3759df18d34d831b61
1 # For MIPS at least, pic is needed to trigger the problem.
2 if { [istarget rs6000-*-aix*]
3      || [istarget powerpc*-*-aix*]
4      || [istarget arm*-*-*]
5      || [istarget xscale-*-*]
6      || [istarget strongarm*-*-*]
7      || [istarget fr30-*-*]
8      || [istarget sh-*-hms]
9      || [istarget sh-*-coff]
10      || [istarget h8300*-*-*]
11      || [istarget mn10200*-*-*]
12      || [istarget cris-*-elf*]
13      || [istarget cris-*-aout*]
14      || [istarget mmix-*-*]
15 } {
16     set options "-Wuninitialized -Werror"
17 } else {
18     set options "-Wuninitialized -Werror -fpic"
20 return 0