summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-24.c
blob: 1f8dbb472538d883d60ffcffbdb0f20859bb4023 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-fgimple" } */

int __GIMPLE foo(int a)
{
  int t1;
  t1_1 = __builtin_abs (a);
  return t1_1;
}