(root)/
gcc-13.2.0/
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" } } */