------- 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 <[EMAIL PROTECTED]> 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