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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
unroll3.ads
blob
8f0cae1cbfd1afd47da213d2c45f959b7a31762b
1
package
Unroll3
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
Unroll3
;