1! { dg-do compile }
2! PR fortran/58027
3integer, parameter :: i(1)=(/z'ff800000'/) ! { dg-error "overflow converting" }
4print *, isclass
5end
6