repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20050215-3.c
blob
7a35eb6d0c179f8062afea45a0a9332bd26bf0aa
1
/* PR tree-optimization/18947 */
2
int
v
;
3
extern
__inline
void
f0
(
void
) {
v
++; }
4
extern
__inline
void
f1
(
void
) {
f0
(); }
5
void
f4
(
void
) {
f1
(); }
6
extern
__inline
void
f2
(
void
) {
f1
(); }
7
void
f3
(
void
) {
f2
(); }
8
void
f2
(
void
) {
f1
(); }