------- Comment #1 from steven at gcc dot gnu dot org  2006-05-02 16:57 -------
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");


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-02 16:57:17
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27378

Reply via email to