This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33643] "Line truncated" warning in gfortran if trailing blanks extend beyond 132 columns
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Oct 2007 03:06:16 -0000
- Subject: [Bug fortran/33643] "Line truncated" warning in gfortran if trailing blanks extend beyond 132 columns
- References: <bug-33643-14284@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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