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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt46_pkg.adb
blob
26f67cc90ec310160c4d81bacaef85a31712c275
1
package body
Opt46_Pkg
is
2
3
function
Last
(
T
:
Instance
)
return
Table_Index_Type
is
4
begin
5
return
Table_Index_Type
(
T
.
P
.
Last_Val
);
6
end
Last
;
7
8
end
Opt46_Pkg
;