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
/
opt23_pkg.adb
blob
8a647d507c927d3355c45b3e70d0f26637beb3ed
1
package body
Opt23_Pkg
is
2
3
function
Get
(
R
:
Rec
;
I
:
Positive
;
M
:
Natural
)
return
Path
is
4
begin
5
return
R
.
Val
(
I
) (
M
);
6
end
;
7
8
end
Opt23_Pkg
;