* tree-loop-distribution.c (struct partition): New field recording
[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