aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / assumed_type_4.f90
blobb6a99a8950e098205213b2ecdd6715c0f21edf9c
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008" }
4 ! PR fortran/48820
6 ! Test TYPE(*)
8 subroutine one(a)
9 type(*) :: a ! { dg-error "Fortran 2018: Assumed type" }
10 end subroutine one