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);
}