ieee_9.f90: XFAIL on arm*-*-gnueabi[hf].
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr88025.f90
blob96172fae76a5c77e4e276e0184aa175f20c8ca19
1 ! { dg-do compile }
2 ! PR fortran/88025
3 program p
4 type t
5 character(('')) :: c = 'c' ! { dg-error "must be of INTEGER type" }
6 end type
7 end