1 /* PR tree-optimization/116588 */
2 /* { dg-do run { target bitint575 } } */
3 /* { dg-require-effective-target int128 } */
4 /* { dg-options "-O2 -fno-vect-cost-model -fno-tree-dominator-opts -fno-tree-fre --param=vrp-block-limit=0 -fdump-tree-vrp2-details" } */
12 _BitInt (129) f
= e
<< (128 - c
);
13 __builtin_memset (&b
, a
, 4);
25 /* { dg-final { scan-tree-dump-not "0 != 0" "vrp2" } } */