repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-10-05 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
dependency_20.f90
blob
ed8fa14a112d0cff0821396e0fbb48a34a26540e
1
! { dg-do compile }
2
! { dg-options "-O2 -fdump-tree-original" }
3
integer
::
a
(
4
)
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" } }
10
! { dg-final { cleanup-tree-dump "original" } }