This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33643] New: "Line truncated" warning in gfortran if trailing blanks extend beyond 132 columns


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]