]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/981006-1.x
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 981006-1.x
diff --git a/gcc/testsuite/gcc.c-torture/compile/981006-1.x b/gcc/testsuite/gcc.c-torture/compile/981006-1.x
deleted file mode 100644 (file)
index e05547b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# For MIPS at least, pic is needed to trigger the problem.
-if { [istarget rs6000-*-aix*]
-     || [istarget powerpc*-*-aix*]
-     || [istarget arm*-*-*]
-     || [istarget xscale-*-*]
-     || [istarget strongarm*-*-*]
-     || [istarget fr30-*-*]
-     || [istarget sh-*-hms]
-     || [istarget sh-*-coff]
-     || [istarget h8300*-*-*]
-     || [istarget cris-*-elf*]
-     || [istarget cris-*-aout*]
-     || [istarget mmix-*-*]
-} {
-    set options "-Wuninitialized -Werror"
-} else {
-    set options "-Wuninitialized -Werror -fpic"
-}
-return 0