summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr95089.f90
blob: 1cd20f0ccc5324a38ef23e058b23a14c35410dec (plain)
1
2
3
4
5
6
7
8
9
10
11
! { dg-do compile }
! { dg-options "-fcoarray=lib" }
!
! PR fortran/95089 - ICE in gfc_get_derived_type, at fortran/trans-types.c:2843

module m23456789012345678901234567890123456789012345678901234567890123
  type t23456789012345678901234567890123456789012345678901234567890123
     type (t23456789012345678901234567890123456789012345678901234567890123), &
          pointer :: z23456789012345678901234567890123456789012345678901234567890123
  end type t23456789012345678901234567890123456789012345678901234567890123
end