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
Add PR marker to PR id in ChangeLog.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
power.f90
blob
5f6b6c6c3a33d40962ee91a3337f3d378cc29b00
1
! { dg-do run }
2
integer
i
3
i
=
0
4
if
(
a
(
i
) **
5
.
ne
.
1
)
call
abort
()
5
contains
6
function
a
(
i
)
7
integer
a
,
i
8
i
=
i
+
1
9
a
=
i
10
end function
11
end