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
/
pr21761.c
blob
b9ca5c919659f62007680b053ce1c76c5bba8c35
1
void
f1
()
2
{
3
long
bit
=
0
,
exponent
;
4
exponent
= -
exponent
;
5
for
(
bit
=
1
;
exponent
;
bit
<<=
1
)
6
if
(
exponent
&
bit
)
7
exponent
^=
bit
;
8
}
9