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
Reverting merge from trunk
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr27150-1.c
blob
5a00cf9f90fb7cf6536553a483c90a0eaedbbf02
1
/* { dg-do link } */
2
/* { dg-options "-O2" } */
3
extern
int
link_error
();
4
int
g
(
int
f
)
5
{
6
int
a
= ((&
f
)!=
0
);
7
if
(!
a
)
link_error
();
8
return
a
;
9
}
10
11
int
main
()
12
{
13
g
(
10
);
14
}