[Bug fortran/21302] Max line length in free form mode

rep dot nop at aon dot at gcc-bugzilla@gcc.gnu.org
Wed Nov 9 21:58:00 GMT 2005



------- 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-<n>

http://gcc.gnu.org/ml/fortran/2005-10/msg00559.html

2005-09-11 Bernhard Fischer <rep.nop@aon.at>

        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



More information about the Gcc-bugs mailing list