]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/msp.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / msp.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/msp.c b/gcc/testsuite/gcc.c-torture/unsorted/msp.c
deleted file mode 100644 (file)
index 5d350fd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifdef STACK_SIZE
-# define A_SIZE (STACK_SIZE/sizeof(int))
-#else
-# define A_SIZE 16384
-#endif
-foo ()
-{
-  int a[A_SIZE];
-  bar (a);
-}