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
/
dependency_5.f90
blob
bc52ad91c68e805fa86e1bc2a7de5e7e13af761d
1
! { dg-do compile }
2
! { dg-options "-O2 -fdump-tree-original" }
3
subroutine
foo
(
a
)
4
integer
,
dimension
(
4
) ::
a
5
6
where
(
a
(:) .
ne
.
0
)
7
a
(:) =
1
8
endwhere
9
end subroutine
10
! { dg-final { scan-tree-dump-times "malloc" 0 "original" } }