re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)
[official-gcc.git] / gcc / testsuite / gfortran.dg / type_decl_3.f90
bloba3fc54ad32670f9c1b6032e0e9bd2a9ba1f960ac
1 ! { dg-do compile }
3 ! PR fortran/39427
5 subroutine t(x) ! { dg-error "conflicts with previously declared entity" }
6 type(t) :: x ! { dg-error "conflicts with previously declared entity" }
7 end subroutine t