arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr100949.f90
blob6c736fd7f729cda724c2665126222212b861716d
1 ! { dg-do compile }
2 ! PR fortran/100949 - ICE in gfc_conv_expr_present, at fortran/trans-expr.c:1975
4 subroutine s
5 entry f
6 type t
7 end type
8 class(t), allocatable :: y, z
9 allocate (z, mold=y)
10 end