1 /* PR middle-end/71691 */
3 /* { dg-options "-fno-tree-vrp -O2 -funswitch-loops -fdump-tree-unswitch-details" } */
5 /* Note: The -fno-tree-vrp above is only there to avoid VRP papering
17 for (l
= 0; l
<= 7; l
++)
24 int i
, k
= b
% (j
% 4);
33 __builtin_printf ("%d", 9);
35 __builtin_printf ("%d", j
);