modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-32.c
blob9b3963cdde282714473c0a390ffed387a09c1538
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple -fdump-tree-optimized" } */
4 unsigned int __GIMPLE() f(int a)
6 int t0;
7 unsigned int t1;
8 t0 = -a;
9 t1 = __ABSU a;
10 return t1;
14 /* { dg-final { scan-tree-dump-times "= -" 0 "optimized" } } */