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

unsigned int __GIMPLE() f(int a)
{
  int t0;
  unsigned int t1;
  t0 = -a;
  t1 = __ABSU a;
  return t1;
}


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