nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr58027.f90
blob7398c6c812904e8370b850a21d961ef1108d7c25
1 ! { dg-do compile }
2 ! PR fortran/58027
3 integer, parameter :: i(1)=(/z'ff800000'/) ! { dg-error "cannot appear in" }
4 print *, isclass
5 end