GNU Fortran Compiler

N8TM@aol.com N8TM@aol.com
Tue Nov 30 23:39:00 GMT 1999


In a message dated 11/29/99 7:19:19 AM Pacific Standard Time, 
JZywiel@applanix.com writes:

>                read(ich1,rec = nrec1,end = 100) (bufr(i),i=1,npr1)
>                           1           2
>  Conflicting I/O control specifications at (1) and (2)
>  
Fortran doesn't provide for an end= condition on a direct access file.  While 
it's conceivable that some compiler might implement combinations of direct 
and sequential access, it's not standard nor g77.

Tim
tprince@computer.org



More information about the Gcc-bugs mailing list