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
gcc/fortran/
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
forall_9.f90
blob
1e7947371d5d64ecca156c6e48e91c682b2e5bd4
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" } }