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
/
pr27364.c
blob
aa608b2a2fedd9ac75c4023e3ce088d4241095b9
1
int
f
(
unsigned
number_of_digits_to_use
)
2
{
3
if
(
number_of_digits_to_use
>
1294
)
4
return
0
;
5
return
(
number_of_digits_to_use
*
3321928
/
1000000
+
1
) /
16
;
6
}
7
8
int
main
(
void
)
9
{
10
if
(
f
(
11
) !=
2
)
11
__builtin_abort
();
12
exit
(
0
);
13
}