repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto1.adb
blob
d777097ad8464b7dfc4e68ba53f56ba6ffe0f4f9
1
-- PR ada/43106
2
-- Testcase by Bill Neven <neven@hitt.nl>
3
4
-- { dg-do run }
5
-- { dg-options "-O2 -flto" { target lto } }
6
7
with
Lto1_Pkg
;
use
Lto1_Pkg
;
8
9
procedure
Lto1
is
10
Radar
:
Radar_T
;
11
begin
12
Radar
.
Sensor_Type
:=
radcmb
;
13
Initialize
(
Radar
);
14
end
;