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
/
vect18.ads
blob
a0ad135c26ab1bdc62fc37540d0702038dc616b6
1
package
Vect18
is
2
3
type
Sarray
is array
(
1
..
4
)
of
Long_Float
;
4
for
Sarray
'Alignment
use
16
;
5
6
procedure
Comp
(
X
,
Y
:
Sarray
;
R
:
in out
Sarray
);
7
8
end
Vect18
;