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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
unroll4.ads
blob
e36bc8070bc0b9e37cb010e34fd02ab15413c853
1
with
Unroll4_Pkg
;
use
Unroll4_Pkg
;
2
3
package
Unroll4
is
4
5
type
Sarray
is array
(
1
..
N
)
of
Float
;
6
7
function
"+"
(
X
,
Y
:
Sarray
)
return
Sarray
;
8
procedure
Add
(
X
,
Y
:
Sarray
;
R
:
out
Sarray
);
9
10
end
Unroll4
;