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/61669] New: Error recovery ICE


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61669

            Bug ID: 61669
           Summary: Error recovery ICE
           Product: gcc
           Version: 4.9.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org

write (*,"(a)") char(12)
      CHARACTER*80 A /"A"/
      REAL*4 B
      write (*,"(a)") char(12)
      DATA B / 0.02 /
      END

ICEs after emitting correct diagnostics.


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