aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/select_type_21.f90
blob: 48d6968135cc61f5c8761dda63b213a7ceafda19 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! PR fortran/45848
! PR fortran/47204
!
select type (a) ! { dg-error "Selector shall be polymorphic" }
end select
end