nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / select_type_21.f90
blob48d6968135cc61f5c8761dda63b213a7ceafda19
1 ! { dg-do compile }
2 ! PR fortran/45848
3 ! PR fortran/47204
5 select type (a) ! { dg-error "Selector shall be polymorphic" }
6 end select
7 end