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
hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
dependency_17.f90
blob
06b9d84df06439a6cde71da9518b6f333953e21c
1
! { dg-do compile }
2
! { dg-options "-O2 -fdump-tree-original" }
3
subroutine
foo
(
a
,
i
)
4
integer
,
dimension
(
3
,
3
,
4
) ::
a
5
integer
::
i
6
7
where
(
a
(
1
,
1
:
2
,
1
:
3
) .
ne
.
0
)
8
a
(
2
:
3
,
3
,
2
:
4
) =
1
9
endwhere
10
end subroutine
11
! { dg-final { scan-tree-dump-times "malloc" 0 "original" } }