summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr25529.c
blob: 336d93b0d6a2fb7b56bd67f4f15c543180a41cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-require-effective-target int32 } */

int
f (unsigned t)
{
  return (t * 2) / 2;
}

/* { dg-final { scan-tree-dump "\& 2147483647" "optimized" } } */