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] "Line truncated" warning in gfortran if trailing blanks extend beyond 132 columns



------- Comment #2 from jvdelisle at gcc dot gnu dot org  2007-10-04 03:06 -------
This is not a bug.  See the manual:

-ffree-line-length-n
    Set column after which characters are ignored in typical free-form lines in
the source file. The default value is 132. n may be `none', meaning that the
entire line is meaningful. -ffree-line-length-0 means the same thing as
-ffree-line-length-none. 

So you can set it to none or some number larger than 132.

Closing


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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]