repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR rtl-optimization/87918
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr24315.c
blob
dc6133eb9827e8954ea0b99b6c7fb24c91827b9a
1
/* PR target/24315 */
2
/* { dg-do compile } */
3
/* { dg-options "-O0 -fpeephole2" } */
4
5
void
s48_double_to_bignum
(
int
exponent
)
6
{
7
long
length
= ((((
exponent
) + ((((
sizeof
(
long
)) *
8
) -
2
) -
1
)) /
8
(((
sizeof
(
long
)) *
8
) -
2
)));
9
}