Commit df0faff1 by Jim Wilson

(store_constructor): Delete unnecessary increment.

From-SVN: r12940
parent 80159a94
......@@ -3596,7 +3596,7 @@ store_constructor (exp, target, cleared)
It is also needed to check for missing elements. */
for (elt = CONSTRUCTOR_ELTS (exp);
elt != NULL_TREE;
elt = TREE_CHAIN (elt), i++)
elt = TREE_CHAIN (elt))
{
tree index = TREE_PURPOSE (elt);
HOST_WIDE_INT this_node_count;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment