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
/
pr56297_0.c
blob
5ed19da155a4cb9ec41fc4a39998c8b7f1febb86
1
/* { dg-lto-do link } */
2
/* { dg-lto-options { { -flto -fno-common } } } */
3
4
#if __x86_64__ || __i386__
5
register
int
i
asm
(
"esp"
);
6
#else
7
extern
int
i
;
8
#endif
9
10
int
main
(
void
)
11
{
12
return
i
;
13
}