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" } } */