aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95829.f90
blob081d647c7c060a381551eb509555d3e83c4ec71b
1 ! { dg-do compile }
3 ! Declaration of b used to be a bogus failure.
5 subroutine s (a, b, c, d, e, f, g)
6 type(*) :: a
7 type(* ) :: b
8 type( *) :: c
9 type( * ) :: d
10 type(* ) :: e
11 type( *) :: f
12 type( * ) :: g
13 end