------- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-04-14 00:44 ------- Subject: Bug 35882
Author: jvdelisle Date: Mon Apr 14 00:43:32 2008 New Revision: 134251 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134251 Log: 2008-04-13 Jerry DeLisle <[EMAIL PROTECTED]> Tobias Burnus <[EMAIL PROTECTED]> PR fortran/35882 * options.c (gfc_init_options): Set the default maximum continuation lines to 255 for both free and fixed form source for warnings. (gfc_handle_option): Set -std=f95 fixed form max continuations to 19 and the -std=f95 free form max continuations to 39 for warnings. * scanner.c (gfc_next_char_literal): Adjust the current_line number only if it is less than the current locus. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/options.c trunk/gcc/fortran/scanner.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35882