repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
dependency_6.f90
blob
e90571ea9782c4accae279a5f9dd4a44dbe5f2ff
1
! { dg-do compile }
2
! { dg-options "-O2 -fdump-tree-original" }
3
subroutine
foo
(
a
)
4
integer
,
dimension
(
4
) ::
a
5
6
where
(
a
(:
4
) .
ne
.
0
)
7
a
(:
4
) =
1
8
endwhere
9
end subroutine
10
! { dg-final { scan-tree-dump-times "malloc" 0 "original" } }
11
! { dg-final { cleanup-tree-dump "original" } }