aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr106331.f90
blob3873863be4810f177000bd9c3a45a61dc251eb25
1 ! { dg-do run }
2 ! { dg-options "-Og" }
4 PROGRAM main
5 CHARACTER(LEN=24) :: a(2)
6 a = ''
7 END PROGRAM