]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/gimplefe-31.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gimplefe-31.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple -fdump-tree-optimized" } */
3
4
5 unsigned int __GIMPLE() f(int a)
6 {
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;
14 }
15
16 /* { dg-final { scan-tree-dump-times "ABSU" 1 "optimized" } } */