1 // PR tree-optimization/38572
3 // { dg-options "-O2" }
5 // Crash caused by the out-of-bounds enum values (all the remaining cruft
6 // is needed only to trigger the appropriate code path in tree-vrp.c).
13 void f (char *pc, char *endpc, int format, char ***fp, enum JSOp op)
17 if ((fp && *fp && pc == **fp) || pc == endpc)