aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr83517.c
blob: 9dadbdeddf7f4a419d1d91f3e269f0ed8cbec48b (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-fdump-tree-original" } */

int test(int x)
{
  return (x+x)/x;
}

/* { dg-final { scan-tree-dump "return 2;" "original" } } */