1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-tree-forwprop -fdump-tree-fre1-details" } */
6 #if __SIZEOF_INT__ == 2
14 /* We want to verify that we replace the b & 1 with b. */
15 /* { dg-final { scan-tree-dump-times "Replaced b_\[0-9\]+ & 1 with b_\[0-9\]+ in" 1 "fre1"} } */