[Bug fortran/15322] New: [gfortran] OPEN not parsed correctly
Tobias dot Schlueter at physik dot uni-muenchen dot de
gcc-bugzilla@gcc.gnu.org
Thu May 6 16:12:00 GMT 2004
[tobi@marktplatz tests]$ cat open.f90
open(1,"name")
end
[tobi@marktplatz tests]$ gfortran open.f90
In file open.f90:1
open(1,"name")
1
Error: Syntax error in OPEN statement at (1)
The compiler should recognize the string as the FILE argument to the open statement.
--
Summary: [gfortran] OPEN not parsed correctly
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: Tobias dot Schlueter at physik dot uni-muenchen dot de
ReportedBy: Tobias dot Schlueter at physik dot uni-muenchen dot de
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15322
More information about the Gcc-bugs
mailing list