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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
forall_8.f90
blob
2a96ea30f1387904c5917b906415022f23f001c6
1
! { dg-do compile }
2
! { dg-options "-O2 -fdump-tree-original" }
3
integer
a
(
100
)
4
forall
(
i
=
1
:
100
,.
true
.)
5
a
(
i
) =
0
6
end
forall
7
end
8
! { dg-final { scan-tree-dump-times "temp" 0 "original" } }