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
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
unroll2.ads
blob
342f371f1fec59cd690db3230a6bf9dfd3103c05
1
package
Unroll2
is
2
3
type
Sarray
is array
(
1
..
4
)
of
Float
;
4
5
function
"+"
(
X
,
Y
:
Sarray
)
return
Sarray
;
6
procedure
Add
(
X
,
Y
:
Sarray
;
R
:
out
Sarray
);
7
8
end
Unroll2
;