OSDN Git Service

gcc/fortran
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / type_decl_3.f90
1 ! { dg-do compile }
2 !
3 ! PR fortran/39427
4 !
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