PR c++/67104
* constexpr.c (cxx_eval_array_reference): Fix typo.
From-SVN: r226833
2015-08-12 Jason Merrill <jason@redhat.com>
+ PR c++/67104
+ * constexpr.c (cxx_eval_array_reference): Fix typo.
+
PR c++/67104
* constexpr.c (cxx_eval_array_reference): Handle sparse
CONSTRUCTORs.
found = false;
vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (ary);
constructor_elt *e;
- for (unsigned ix = 0; vec_safe_iterate (v, ix, &e); ++i)
+ for (unsigned ix = 0; vec_safe_iterate (v, ix, &e); ++ix)
{
if (TREE_CODE (e->index) == RANGE_EXPR)
{