c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / dependency_20.f90
blob64f8f6fa559cf9eb1d0abab5058dac7e4720bc8c
1 ! { dg-do compile }
2 ! { dg-options "-O2 -fdump-tree-original" }
3 integer :: a(4)
5 where (a(:) .ne. 0)
6 a(:) = (/ 1, 2, 3, 4 /)
7 endwhere
8 end
9 ! { dg-final { scan-tree-dump-times "temp" 0 "original" } }