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/69964] New: ICE on misspelled end block data, in gfc_ascii_statement


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

            Bug ID: 69964
           Summary: ICE on misspelled end block data, in
                    gfc_ascii_statement
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gerhard.steinmetz.fortran@t-online.de
  Target Milestone: ---

With a typo :


$ cat z1.f90
block data q
end blook data q
block data q2
end block data q2


$ cat z2.f90
block data q
end block q
block data q2
end block data q2


$ gfortran-6 z1.f90
f951: internal compiler error: gfc_ascii_statement(): Bad statement code

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