Hello all,
Working on porting some very old fortran (from a SEL / GOULD system) to
gfortran.
The code seems to believe that the namespace for format labels and for
statement labels are different:
DO 10 I=,100
10 END DO
<bunch of code>
10 FORMAT(A10)
WRITE(5,1),STRING
Is this standard conforming ?
Thanks,
Bud Davis