aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-29.c
blob: 54b86ef86fbf87e89e21789c75341dc75dc97e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O -fgimple -fdump-tree-ssa-gimple" } */

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

/* { dg-final { scan-tree-dump "__ABSU a" "ssa" } } */