This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: undefined reference to `gt_pch_nx_tree_code'
Hi,
Thanks a lot for your time and replies.. It worked. Im sorry it was a
silly mistake that I dint notice.
Aravinda
On Sun, Nov 1, 2009 at 5:45 PM, Laurynas Biveinis
<laurynas.biveinis@gmail.com> wrote:
>> static GTY(( is_param(union tree_code) )) htab_t boud_ins = NULL;
>
> Ah, now it's clear. You probably wanted "union tree_node" with n, not c, here.
>
> --
> Laurynas
>