[Bug libfortran/15472] New: [gfortran] implicit open for unformatted file causes run-time error
bdavis9659 at comcast dot net
gcc-bugzilla@gcc.gnu.org
Sun May 16 23:25:00 GMT 2004
this from NIST test FM411.FOR
$ cat a.f
READ (UNIT=9, END = 0023) I
STOP
0023 CONTINUE
END
$ gfortran a.f
$ ./a.out
At line 1 of file a.f
Fortran runtime error: Missing format for FORMATTED data transfer
$ g77 a.f
$ ./a.out
$ gfortran --version
GNU Fortran 95 (GCC 3.5.0 20040515 (experimental))
--
Summary: [gfortran] implicit open for unformatted file causes
run-time error
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bdavis9659 at comcast dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15472
More information about the Gcc-bugs
mailing list