aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr106945.f90
blobe760ca7d27f0e57be1f9e16fbb8296e9390006f3
1 ! { dg-do compile }
2 ! { dg-options "-fcoarray=single -fcheck=bounds -ftrapv" }
3 ! PR fortran/106945
4 ! Contributed by G. Steinmetz
6 module m
7 implicit none
8 type t
9 class(*), allocatable :: a[:]
10 end type
11 end