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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
real_index_1.f90
blob
16ceca827748891ea52761a58d1d6b4f089c7816
1
! { dg-do run }
2
! PR 16907 : We didn't support REAL array indices as an extension
3
integer
I
,
A
(
10
)
4
A
=
2
5
I
=
A
(
1.0
)
! { dg-warning "Extension" }
6
if
(
i
/=
2
)
call
abort
()
7
end