OSDN Git Service

gcc/fortran:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / d_lines_3.f
1 C { dg-do compile }
2 C { dg-options "-fd-lines-as-code" }
3 C Verifies that column numbers are dealt with correctly when handling D lines.
4 C234567890
5 d     i = 0 ! this may not move to the left
6 d    1  + 1 ! this should be a continuation line
7       goto 2345
8 d23450continue ! statement labels are correctly identified
9       end
10