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
/
lto26_pkg2.ads
blob
68741bb8d8b71d534eed2b7bdcf38d0a52bb6cc4
1
with
Ada
.
Streams
;
use
Ada
.
Streams
;
2
with
Interfaces
;
use
Interfaces
;
3
4
package
Lto26_Pkg2
is
5
6
generic
7
procedure
Build
(
A
:
Stream_Element_Array
;
C
:
Unsigned_8
);
8
9
end
Lto26_Pkg2
;