aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr40839.f90
blob92285295c21cf7b004a0d204f6fa3b0eb2deb9dd
1 ! PR fortran/40839
2 ! { dg-do compile }
3 write(fmt='(a)'), 'abc' ! { dg-error "UNIT not specified" }
4 write(fmt='()') ! { dg-error "UNIT not specified" }
5 end