aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20010518-2.x
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/20010518-2.x')
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/20010518-2.x8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/20010518-2.x b/gcc/testsuite/gcc.c-torture/compile/20010518-2.x
deleted file mode 100644
index 1bd6f8fd464..00000000000
--- a/gcc/testsuite/gcc.c-torture/compile/20010518-2.x
+++ /dev/null
@@ -1,8 +0,0 @@
-# This test fails on HC11/HC12 when it is compiled without -mshort because
-# the array is too large (INT_MAX/2 > 64K). Force to use 16-bit ints for it.
-if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
- set options "-S -mshort"
-} else {
- set options "-S"
-}
-return 0