From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1501 invoked by alias); 4 Oct 2007 03:06:27 -0000 Received: (qmail 1486 invoked by uid 48); 4 Oct 2007 03:06:16 -0000 Date: Thu, 04 Oct 2007 03:06:00 -0000 Message-ID: <20071004030616.1485.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/33643] "Line truncated" warning in gfortran if trailing blanks extend beyond 132 columns In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-10/txt/msg00297.txt.bz2 ------- 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