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
/
generic_inst6_x.ads
blob
657dc414a82d0ea731ce07431cdb6e77a519082f
1
with
Generic_Inst6_G1
;
2
generic
3
with package
G2
is new
Generic_Inst6_G1
(<>);
4
with package
G3
is new
Generic_Inst6_G1
(<>);
5
package
Generic_Inst6_X
is
6
Result
:
Integer
:=
G2
.
Val
*
G3
.
Val
;
7
end
;