tree check: expected SSA_NAME, have var_decl

2009-12-23 Thread Aravinda
' 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

Preserving order of variable declarations

2009-12-22 Thread Aravinda
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

identifying indirect references in a loop

2009-12-10 Thread Aravinda
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

Re: undefined reference to `gt_pch_nx_tree_code'

2009-11-02 Thread Aravinda
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.bivei...@gmail.com wrote: static GTY(( is_param(union tree_code) )) htab_t boud_ins = NULL; Ah, now it's clear. You

Re: undefined reference to `gt_pch_nx_tree_code'

2009-11-01 Thread Aravinda
) in the Makefile for compiling tree-boud.o ? Thanks, Aravinda On Sun, Nov 1, 2009 at 3:27 PM, Laurynas Biveinis laurynas.bivei...@gmail.com wrote: Hi, It's hard to tell. The normal definition of tree_code is enum in tree.h and it is an atomic type with respect GCC garbage collection

undefined reference to `gt_pch_nx_tree_code'

2009-10-26 Thread Aravinda
`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' collect2: ld returned 1 exit status make