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
/
990117-1.c
blob
9589ae746f8f9c3a5309905c6f087e8933c87ff4
1
int
2
foo
(
int
x
,
int
y
,
int
i
,
int
j
)
3
{
4
double
tmp1
= ((
double
)
x
/
y
);
5
double
tmp2
= ((
double
)
i
/
j
);
6
7
return
tmp1
<
tmp2
;
8
}
9
10
main
()
11
{
12
if
(
foo
(
2
,
24
,
3
,
4
) ==
0
)
13
abort
();
14
return
0
;
15
}
16