modula2: Simplify REAL/LONGREAL/SHORTREAL node creation.
[official-gcc.git] / gcc / testsuite / gfortran.dg / dependency_17.f90
blob06b9d84df06439a6cde71da9518b6f333953e21c
1 ! { dg-do compile }
2 ! { dg-options "-O2 -fdump-tree-original" }
3 subroutine foo(a,i)
4 integer, dimension (3,3,4) :: a
5 integer :: i
7 where (a(1,1:2,1:3) .ne. 0)
8 a(2:3,3,2:4) = 1
9 endwhere
10 end subroutine
11 ! { dg-final { scan-tree-dump-times "malloc" 0 "original" } }