]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/86.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / 86.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/86.c b/gcc/testsuite/gcc.c-torture/unsorted/86.c
deleted file mode 100644 (file)
index deea85e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-m32 (a)
-     int *a;
-{
-  a[1] = a[0];
-}
-
-m16 (a)
-     short *a;
-{
-  a[1] = a[0];
-}
-
-
-m8 (a)
-     char *a;
-{
-  a[1] = a[0];
-}
-