summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-33.c
blob: 4e4982247cdb19ec4d40fed76e3fa836b7348a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* { dg-do compile } */
/* { dg-options "-O -fgimple -fdump-tree-optimized" } */

int __GIMPLE() f(int c)
{
  int D;
  int _1;
  unsigned int _2;
  _1 = __ABS c;
  _2 = __ABSU _1;
  D = (int) _2;
  return D;
}


/* { dg-final { scan-tree-dump-times "ABSU" 0 "optimized" } } */