OSDN Git Service

* lib/gcc-dg.exp (cleanup-modules): New proc.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / g77 / cpp.F
1 c { dg-do compile }
2 C When run through the C preprocessor, the indentation of the
3 C CONTINUE line must not be mangled.
4       subroutine aap(a, n)
5       dimension a(n)
6       do 10 i = 1, n
7          a(i) = i
8  10   continue
9       print *, a(1)
10       end