I used the GNU Fortran 77 compiler to resurrect an old program. It brought up an error with this statement:
18 READ(IUNI1, 1001,REC=1, END=17) (LINE(I), I=1,IRL)
It printed a (1) under the R of REC and a (2) under the E of END and noted:
conflicting I/O control statements at (1) and (2)
Can't figure out what is wrong except maybe a compiler bug?
Any help greatly appreciated.
18 READ(IUNI1, 1001,REC=1, END=17) (LINE(I), I=1,IRL)
It printed a (1) under the R of REC and a (2) under the E of END and noted:
conflicting I/O control statements at (1) and (2)
Can't figure out what is wrong except maybe a compiler bug?
Any help greatly appreciated.