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
2010-12-20 Tobias Burnus <burnus@net-b.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
forall_9.f90
blob
12084b1674464b5abeb3fd6aa3a4d657a1e092d8
1
! { dg-do compile }
2
! { dg-options "-O2 -fdump-tree-original" }
3
integer
a
(
100
)
4
forall
(
i
=
1
:
100
,.
false
.)
5
a
(
i
) =
0
6
end
forall
7
end
8
! { dg-final { scan-tree-dump-times "temp" 0 "original" } }
9
! { dg-final { cleanup-tree-dump "original" } }