[Bug fortran/30942] New: Can't find keyword: error marker always at end of line
dfranke at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Feb 23 22:44:00 GMT 2007
$> cat link-flush-2.f90
program subroutine_flush_link
INTEGER(kind=1) :: int_1
CALL flush(unit = int_1) ! this is a somewhat lengthy comment
end program
$> gfortran-svn link-flush-2.f90
link-flush-2.f90:4.60:
CALL flush(unit = int_1) ! this is a somewhat lengthy comment
1
Error: Can't find keyword named 'unit' in call to 'flush' at (1)
$> gfortran-svn
gcc version 4.3.0 20070212 (experimental)
--
Summary: Can't find keyword: error marker always at end of line
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: enhancement
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dfranke at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30942
More information about the Gcc-bugs
mailing list