This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33643] New: "Line truncated" warning in gfortran if trailing blanks extend beyond 132 columns
- From: "michael dot a dot richmond at nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Oct 2007 17:34:27 -0000
- Subject: [Bug fortran/33643] New: "Line truncated" warning in gfortran if trailing blanks extend beyond 132 columns
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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