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
testsuite: Fix up gcc.target/powerpc/safe-indirect-jump-3.c test [PR117444]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto21_pkg1.ads
blob
000a568c6c9aa153e8f4e99183f575402058a4d1
1
with
Ada
.
Containers
.
Vectors
;
2
with
Lto21_Pkg2
;
3
4
package
Lto21_Pkg1
is
5
6
pragma
Suppress
(
Tampering_Check
);
7
8
package
Vect1
is new
Ada
.
Containers
.
Vectors
(
Positive
,
Natural
);
9
10
end
Lto21_Pkg1
;