On Thu, Jan 31, 2013 at 8:03 PM, Matt Davis <mattdav...@gmail.com> wrote:
>
>     decl = create_tmp_var(type, "testarray");
>     DECL_INITIAL(decl) = build_constructor(type, entries);
>
>     return decl;

Do you ever create a DECL_EXPR statement for this local variable?

Ian

Reply via email to