xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981006-1.x (revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)
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"
19 }
20 return 0
21