]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/xcsebug.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / xcsebug.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/xcsebug.c b/gcc/testsuite/gcc.c-torture/unsorted/xcsebug.c
deleted file mode 100644 (file)
index 614a6e8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-int g1;
-int g2;
-
-foo ()
-{
-  int i = 1;
-  int x;
-
-  x = g1;
-  (*(&g1 + i - 1)) = x + 1;
-  x = g1;
-  (*(&g1 + i - 1)) = x + 1;
-  g1++;
-}