aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr91919.c
blob: 9d0c95ea061883bb765ebdafe6065e6ea5cd59be (plain)
1
2
3
4
5
6
7
/* PR target/91919 */

unsigned int
foo (unsigned int x, int y)
{
  return (x * 3355443200ULL + (y * 1801439851ULL >> 29) >> 25);
}