]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/961203-1.x
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 961203-1.x
diff --git a/gcc/testsuite/gcc.c-torture/compile/961203-1.x b/gcc/testsuite/gcc.c-torture/compile/961203-1.x
deleted file mode 100644 (file)
index e6fd4e4..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# The structure is too large for the xstormy16 - won't fit in 16 bits.
-
-if { [istarget "xstormy16-*-*"] } {
-        return 1;
-}
-
-if { [istarget "h8300-*-*"] } {
-       return 1
-}
-
-# Array 'a' in this test is too large to fit in 64K.
-
-global target_triplet
-if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
-       set torture_compile_xfail "$target_triplet"
-}
-
-return 0