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

            Bug ID: 67526
           Summary: ICE on missing end parenthesis in substring construct
           Product: gcc
           Version: 5.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gerhard.steinmetz.fort...@t-online.de
  Target Milestone: ---

A missing end parenthesis :
   program p
      character :: c1 = 'abc'(:
      character :: c2 = 'abc'(3:
      character :: c3 = 'abc'(:1
      character :: c4 = 'abc'(2:2
   end

yields :
f951: internal compiler error: Segmentation fault

Reply via email to