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
/
vect8.ads
blob
c926cd51ffa8c55c12754688c5dd89250780eef4
1
package
Vect8
is
2
3
type
Vec
is array
(
1
..
2
)
of
Long_Float
;
4
pragma
Machine_Attribute
(
Vec
,
"vector_type"
);
5
6
function
Foo
(
V
:
Vec
)
return
Vec
;
7
8
end
Vect8
;