]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/20000405-3.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000405-3.c
diff --git a/gcc/testsuite/gcc.c-torture/compile/20000405-3.c b/gcc/testsuite/gcc.c-torture/compile/20000405-3.c
deleted file mode 100644 (file)
index c2e8833..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-struct foo {
-  void *entry[40];
-} __attribute__ ((aligned(32)));
-
-int foo (struct foo *ptr, int idx, void *pointer)
-{
-  ptr->entry[idx] = pointer;
-  return 0;
-}