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
Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
elab7_pkg2.adb
blob
97a9ba6d3769fd815d6adad97711bc14b6bf96ab
1
with
Elab7_Pkg1
;
2
3
package body
Elab7_Pkg2
is
4
procedure
From_Timerep
is
5
Lf1
:
Long_Float
:=
1.0
;
6
Lf2
:
Long_Float
:=
Long_Float
'Floor
(
Lf1
);
7
begin
8
null
;
9
end
From_Timerep
;
10
11
procedure
A
is
12
begin
13
Elab7_Pkg1
.
A
;
14
end
A
;
15
end
Elab7_Pkg2
;