aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/pr84873.c
blob: 5eb8a8df81dd691e4d7a7a5b0311c8a53ded9a78 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-additional-options "-frounding-math" } */

int
i1 (int w3, int n9)
{
  return w3 >> ((long int)(1 + 0.1) + -!n9);
}