aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/type_decl_3.f90
blob: a3fc54ad32670f9c1b6032e0e9bd2a9ba1f960ac (plain)
1
2
3
4
5
6
7
! { dg-do compile }
!
! PR fortran/39427
!
   subroutine t(x) ! { dg-error "conflicts with previously declared entity" }
     type(t) :: x ! { dg-error "conflicts with previously declared entity" }
   end subroutine t