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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
loop-4b.c
blob
eaf7f30c4c557e0f56b190dd7c17cbaa3714eb0e
1
int
2
f
()
3
{
4
int
j
=
1
;
5
long
i
;
6
i
=
0x60000000
L
;
7
do
8
{
9
j
<<=
1
;
10
i
+=
0x10000000
L
;
11
}
while
(
i
< -
0x60000000
L
);
12
return
j
;
13
}
14
15
int
16
main
()
17
{
18
if
(
f
() !=
2
)
19
abort
();
20
exit
(
0
);
21
}