Commit a78bdb8e by Richard Kenner

(initelt): The equal sign is optional when positioning to a single

element of an array.

From-SVN: r7637
parent 20e5a991
......@@ -1154,6 +1154,9 @@ ifc
| '[' expr_no_commas ']' '='
{ set_init_index ($2, NULL_TREE); }
initelt
| '[' expr_no_commas ']'
{ set_init_index ($2, NULL_TREE); }
initelt
end ifc
| identifier ':'
{ set_init_label ($1); }
......
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