Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-31.c
bloba97d0dd65e3548a4954b008b94d077546e1d130e
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple -fdump-tree-optimized" } */
5 unsigned int __GIMPLE() f(int a)
7 unsigned int t0;
8 int t1;
9 unsigned int t2;
10 t0 = __ABSU a;
11 t1 = (int) t0;
12 t2 = __ABSU t1;
13 return t2;
16 /* { dg-final { scan-tree-dump-times "ABSU" 1 "optimized" } } */