On 07/25/2013 11:32 AM, Marek Polacek wrote:
+ vec_alloc (v, 3); + tree ctor = build_constructor (dtype, v);
You might use build_constructor_va instead of managing a vector directly.Otherwise, looks fine. If nobody else has comments, go ahead and check it in next week.
Jason