aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / dependency_4.f90
blobea314fb9cad59087533f8e0a1889869be64bcdd8
1 ! { dg-do compile }
2 ! { dg-options "-O2 -fdump-tree-original" }
3 subroutine foo(a)
4 integer, dimension (4) :: a
6 where (a .ne. 0)
7 a = 1
8 endwhere
9 end subroutine
10 ! { dg-final { scan-tree-dump-times "malloc" 0 "original" } }