When I compile the program listed below with the command "gfortran -c sysmat.f90" I get the message "Warning: Line truncated at (1)"
PROGRAM sysmat ! The following line has enough trailing blanks to make it 133 characters long i = 0 END PROGRAM sysmat -- Summary: "Line truncated" warning in gfortran if trailing blanks extend beyond 132 columns Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: michael dot a dot richmond at nasa dot gov http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33643