------- Comment #1 from burnus at gcc dot gnu dot org  2009-02-18 10:20 -------
I think that also happens if one does not have a procedure call but simply have
a succeeding continuation line, e.g.:
      print *, min(1,2)       [...]  some long line
     & , 2

And it seems to happen also with free-form code which has warning enabled by
default.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-02-18 10:20:31
               date|                            |
            Summary|fixed-form: silent line     |No warning of truncated
                   |truncation in procedure     |lines if a continuation line
                   |calls                       |follows


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

Reply via email to