nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr88552.f90
blob15e1b372f8fc46776909e1d85be2fb00e1692f15
1 ! { dg-do compile }
2 ! PR fortran/88552
3 ! Contributed by G.Steinmetz
5 integer(len((c)) :: n ! { dg-error "must be CHARACTER" }
6 end