From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1279 invoked by alias); 9 Nov 2005 21:58:03 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 1262 invoked by uid 48); 9 Nov 2005 21:58:01 -0000 Date: Wed, 09 Nov 2005 21:58:00 -0000 Message-ID: <20051109215801.1261.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/21302] Max line length in free form mode In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rep dot nop at aon dot at" X-SW-Source: 2005-11/txt/msg01349.txt.bz2 List-Id: ------- Comment #6 from rep dot nop at aon dot at 2005-11-09 21:58 ------- Created an attachment (id=10199) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10199&action=view) add -ffree-line-length-none -ffree-line-length- http://gcc.gnu.org/ml/fortran/2005-10/msg00559.html 2005-09-11 Bernhard Fischer PR fortran/21302 * lang.opt: New options -ffree-line-length- and -ffree-line-length-none. * gfortran.h: Add free_line_length. * c-opts.c (c_common_handle_option): Ignore OPT_ffree_form and OPT_ffree_line_length_ when preprocessing. * options.c (gfc_init_options, gfc_handle_option): Initialize and set free_line_length and fixed_line_length. * scanner.c (load_line): Set free_line_length to 132 and fixed_line_length to 72 or user requested values. A line either starts with '#' thus is a preprocessor-line or is an include, so use "else". * scanner.c: Typo in comment. * invoke.texi: Document -ffree-line-length- and -ffree-line-length-none -- rep dot nop at aon dot at changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9444 is|0 |1 obsolete| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21302