tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95089.f90
blob1cd20f0ccc5324a38ef23e058b23a14c35410dec
1 ! { dg-do compile }
2 ! { dg-options "-fcoarray=lib" }
4 ! PR fortran/95089 - ICE in gfc_get_derived_type, at fortran/trans-types.c:2843
6 module m23456789012345678901234567890123456789012345678901234567890123
7 type t23456789012345678901234567890123456789012345678901234567890123
8 type (t23456789012345678901234567890123456789012345678901234567890123), &
9 pointer :: z23456789012345678901234567890123456789012345678901234567890123
10 end type t23456789012345678901234567890123456789012345678901234567890123
11 end