aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/fold-divmul-1.c
blob: 5c867923d2ea1be2a2f8cbd50e30bf48e2ee3f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-fdump-tree-original" } */

int *
fx (int *b, int *e)
{
  return b + (e - b);
}

/* { dg-final { scan-tree-dump-not "/\\\[ex\\\]" "original" } } */
/* { dg-final { cleanup-tree-dump "original" } } */