re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
[gcc.git] / gcc / testsuite / gfortran.dg / assumed_type_4.f90
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008" }
3 !
4 ! PR fortran/48820
5 !
6 ! Test TYPE(*)
7
8 subroutine one(a) ! { dg-error "TS 29113: Assumed type" }
9 type(*) :: a
10 end subroutine one