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
* cfghooks.c (verify_flow_info): Disable check that all probabilities
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
initialization_26.f90
blob
4532216e12e35fce2c9ed05b83d58ecc16415cf3
1
! { dg-do compile }
2
!
3
! Verify that the outer do-loop counter 'j' is accepted as
4
! as end-expression of the inner loop.
5
!
6
7
integer
i
,
j
8
integer
,
parameter
::
n
=
size
( [( [(
i
*
j
,
i
=
1
,
j
)],
j
=
1
,
2
)] )
9
end