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
/
lto24.adb
blob
998b44782548429590b8d8c60506de19701781a7
1
-- { dg-do link }
2
-- { dg-options "-O -g -flto" { target lto } }
3
4
with
Lto24_Pkg1
;
5
6
procedure
Lto24
is
7
R
:
Lto24_Pkg1
.
Rec
(
False
);
8
begin
9
R
.
Empty
:=
True
;
10
end
;