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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt1.ads
blob
247e7dc639c3fbeb33ccbfeb6981050904a355f1
1
package
Opt1
is
2
3
type
Dimention_Length
is array
(
1
..
16
)
of
Natural
;
4
5
type
Dimension_Indexes
is array
(
Positive
range
<>)
of
Positive
;
6
7
function
De_Linear_Index
8
(
Index
:
Natural
;
9
D
:
Natural
;
10
Ind_Lengths
:
Dimention_Length
)
11
return
Dimension_Indexes
;
12
13
end
Opt1
;