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
PR target/84336
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto17.adb
blob
504fb877a645515851180a04030a3fdbe1fae9ff
1
-- { dg-do compile }
2
-- { dg-options "-flto" { target lto } }
3
4
package body
Lto17
is
5
6
function
To_Chunk_List
(
C
:
Chunk
)
return
Chunk_List
is
7
begin
8
return new
Chunk_List_Element
'(C.Size, C, null);
9
end;
10
11
end Lto17;