(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr71636-1.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fdump-tree-gimple" } */
       3  
       4  unsigned f(unsigned x, unsigned b)
       5  {
       6    return x & ((1U << b) - 1);
       7  }
       8  
       9  /* { dg-final { scan-tree-dump-not "1 <<" "gimple" } } */