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
/
pr23476.c
blob
9cccde6e9b2e9d4394aefcaa617a39516d734662
1
int
h
(
int
);
2
int
t
;
3
static
inline
int
f
(
const int
i
)
4
{
5
int
tt
=
i
;
6
_Bool a
=
i
<
t
;
7
if
(
a
)
8
return
h
(
t
);
9
return
9
;
10
}
11
int
g
(
void
)
12
{
13
return
f
(
0x7FFFFFFF
);
14
}