]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g77.f-torture/compile/cpp.F
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g77.f-torture / compile / cpp.F
diff --git a/gcc/testsuite/g77.f-torture/compile/cpp.F b/gcc/testsuite/g77.f-torture/compile/cpp.F
deleted file mode 100644 (file)
index bdf10d7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-C When run through the C preprocessor, the indentation of the
-C CONTINUE line must not be mangled.
-      subroutine aap(a, n)
-      dimension a(n)
-      do 10 i = 1, n
-         a(i) = i
- 10   continue
-      print *, a(1)
-      end