On Thu, Jul 25, 2013 at 04:13:29PM -0400, Jason Merrill wrote: > 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.
Thanks, will give it a try. > Otherwise, looks fine. If nobody else has comments, go ahead and > check it in next week. Okay. Thanks, Marek