1 /* PR tree-optimization/29738. We used not to realize that "i" can never
4 /* { dg-do compile } */
5 /* { dg-options "-O2 -fdump-tree-optimized" } */
14 for (j
= 0; j
< 10000; j
++)
19 /* Everything except for the "i = 0" assignment should get removed. */
20 /* { dg-final { scan-tree-dump-times "if" 0 "optimized" { xfail *-*-* } } } */