Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
c-c++-common
/
pr84873.c
blob: 5eb8a8df81dd691e4d7a7a5b0311c8a53ded9a78 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-additional-options "-frounding-math" } */
int
i1
(
int
w3
,
int
n9
)
{
return
w3
>>
((
long
int
)(
1
+
0.1
)
+
-!
n9
);
}