o): In function `gt_ggc_m_P9tree_code4htab':
/home/aravinda/svnbuild/gcc/gtype-desc.c:1968: undefined reference to
`gt_ggc_mx_tree_code'
libbackend.a(gtype-desc.o): In function `gt_pch_n_P9tree_code4htab':
/home/aravinda/svnbuild/gcc/gtype-desc.c:4133: undefined reference to
`gt_pch_nx_tree_code'
y (which has its definition) in the
Makefile for compiling tree-boud.o ?
Thanks,
Aravinda
On Sun, Nov 1, 2009 at 3:27 PM, Laurynas Biveinis
wrote:
>
> Hi,
>
> It's hard to tell. The normal definition of tree_code is enum in
> tree.h and it is an atomic type wi
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
wrote:
>> static GTY(( is_param(union tree_code) )) htab_t boud_ins = NULL;
>
> Ah, now it's clear. You proba
lt to know how the tree_nodes and types
are contained one within the other. Is there a general technique by
which I can know when a tree node will be nested within another and
how to retrieve them ?
Thanks,
Aravinda
, I need to
overwrite the entire program replacing all pointer accesses by the
corresponding pointer in the struct.
Is this is the only way it can be done ? Or can I have
(non-temporary)variables inserted whos order can be preserved always ?
Thanks,
Aravinda
ected ssa_name have
var_decl' error. I am not sure I can use make_ssa_name for the
TREE_NODE of variable 'a' since I am yet to build a gimple_stmt that
will contain this variable.
How could I insert a call statement after a loop analysis ?
Thanks,
Aravinda