1 /* PR tree-optimization/66299 */
3 /* { dg-options "-fdump-tree-optimized -O" } */
4 /* { dg-require-effective-target int32plus } */
7 test1 (int x
, unsigned u
)
13 || (x
<< 14) != 98304U
22 unsigned int t
= ((unsigned int) 1U << x
);
34 /* { dg-final { scan-tree-dump-not "<<" "optimized" } } */