------- Comment #2 from kargl at gcc dot gnu dot org 2006-05-02 19:28 ------- (In reply to comment #1) > Index: parse.c > =================================================================== > --- parse.c (revision 113473) > +++ parse.c (working copy) > @@ -624,6 +624,7 @@ next_statement (void) > if (gfc_at_eol ()) > { > if (gfc_option.warn_line_truncation > + && gfc_current_locus.lb > && gfc_current_locus.lb->truncated) > gfc_warning_now ("Line truncated at %C"); >
Looks like an "Obviously correct" patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27378