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

            Bug ID: 79795
           Summary: [5/6/7 Regression] Fortran ICE in resolve_symbol
                    starting with r163221
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

subroutine foo (a)
  dimension a(*,*)
end

is rejected before r163221 with:
rh1386361.f90:2.17:

  dimension a(*,*)
                 1
Error: Bad specification for assumed size array at (1)
and ICEs after it.

Reply via email to