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
Fix compilation failure with C++98 compilers
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
power.f90
blob
db4431e5f43877dd218c3898431bdcd50d62377c
1
! { dg-do run }
2
integer
i
3
i
=
0
4
if
(
a
(
i
) **
5
.
ne
.
1
)
STOP
1
5
contains
6
function
a
(
i
)
7
integer
a
,
i
8
i
=
i
+
1
9
a
=
i
10
end function
11
end