modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-33.c
blob4e4982247cdb19ec4d40fed76e3fa836b7348a2b
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple -fdump-tree-optimized" } */
4 int __GIMPLE() f(int c)
6 int D;
7 int _1;
8 unsigned int _2;
9 _1 = __ABS c;
10 _2 = __ABSU _1;
11 D = (int) _2;
12 return D;
16 /* { dg-final { scan-tree-dump-times "ABSU" 0 "optimized" } } */