program b
      write(6,8000)
8000  format(72(1H!))
      end

kargl[213] gfc41 -o b b.f
 In file b.f:3

8000  format(72(1H!))                                                   
                                                                       1
Error: Unexpected end of format string in format string at (1)
 In file b.f:2

      write(6,8000)                                                     
                 1
Error: FORMAT label 8000 at (1) not defined

-- 
           Summary: Conflict between comment and H edit descriptor
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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

Reply via email to