Array of pointers to global data

Ian Lance Taylor iant@google.com
Fri Feb 1 07:07:00 GMT 2013


On Thu, Jan 31, 2013 at 8:03 PM, Matt Davis <mattdavis9@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



More information about the Gcc mailing list