This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/21260] New: Conflict between comment and H edit descriptor


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]