Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
dependency_4.f90
blob: ea314fb9cad59087533f8e0a1889869be64bcdd8 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
{
dg
-
options
"-O2 -fdump-tree-original"
}
subroutine foo
(
a
)
integer
,
dimension
(
4
)
::
a
where
(
a
.
ne
.
0
)
a
=
1
endwhere
end
subroutine
!
{
dg
-
final
{
scan
-
tree
-
dump
-
times
"malloc"
0
"original"
}
}