[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gfortran.dg / initialization_28.f90
blobf5330534a53224f494bc2caafb1cde3ac0670aef
1 ! { dg-do compile }
3 ! PR fortran/50163
5 ! Contributed by Philip Mason
7 character(len=2) :: xx ='aa'
8 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" }
9 end