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
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto14.adb
blob
22038a6ff93531172d01daf484ef9faaedc9f65e
1
-- { dg-do link }
2
-- { dg-options "-largs -f -margs -flto" { target lto } }
3
-- { dg-skip-if "missing linker support" { *-*-solaris2.* } }
4
5
procedure
Lto14
is
6
begin
7
null
;
8
end
;