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
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
lto12.ads
blob
3914e0f90b3f0da42207150440d8b24d5a1cd2dc
1
-- { dg-do compile }
2
-- { dg-options "-flto" { target lto } }
3
4
with
Lto12_Pkg
;
use
Lto12_Pkg
;
5
6
package
Lto12
is
7
8
C
:
constant
R
:=
F
;
9
10
end
Lto12
;