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 tree-optimization/84740
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20090914-1_0.c
blob
ef9f7b35182bcc81a919d4c1dfdf1d2e3351f324
1
/* { dg-lto-do link } */
2
/* { dg-lto-options {{-flto -g -fvar-tracking-assignments}} } */
3
/* { dg-suppress-ld-options "-g -fvar-tracking-assignments" } */
4
5
void
foo
()
6
{
7
int
hex
=
0x4
;
8
}
9
10
int
main
()
11
{
12
return
0
;
13
}