ieee_9.f90: XFAIL on arm*-*-gnueabi[hf].
[official-gcc.git] / gcc / testsuite / gfortran.dg / array_constructor_type_23.f90
blobcb88ad2d00b2771884918f8380f8c08b17acc2fe
1 ! { dg-do compile }
2 ! PR 83999 - this used to ICE
3 ! Origial test case by Gerhard Steinmetz
5 program p
6 character(2) :: c = 'a' // [character :: [1]] ! { dg-error "Illegal type in character concatenation" }
7 end