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
tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline18_pkg2-child.ads
blob
21f1ba13e3642caa7624f27c7576e46ccaeaf668
1
with
Inline18_Gen1
.
Inner_G
;
2
3
package
Inline18_Pkg2
.
Child
is
4
5
package
Base
is new
Inline18_Gen1
(
Integer
);
6
7
package
General
is new
Base
.
Inner_G
;
8
9
end
Inline18_Pkg2
.
Child
;