Re: About gimple_body in gimple.h

2010-06-30 Thread Manuel López-Ibáñez
On 30 June 2010 21:28, Basile Starynkevitch wrote: > > However, he still don't have any ssh account on gcc.gnu.org so he don't > not yet have in practice write (after approval) access to the Subversion > repository of GCC. > > What are the concrete steps to get him such an account? http://gcc.gnu

Re: About gimple_body in gimple.h

2010-06-30 Thread Basile Starynkevitch
On Wed, 2010-06-30 at 21:15 +0200, Manuel López-Ibáñez wrote: > On 28 June 2010 15:48, Diego Novillo wrote: > > On Mon, Jun 28, 2010 at 09:38, wrote: > >> Hello all, > >> > >> I would like to know why does gimple_body returns NULL pointer when I try > >> to use it after the "cfg" pass ? Does so

Re: About gimple_body in gimple.h

2010-06-30 Thread Manuel López-Ibáñez
On 28 June 2010 15:48, Diego Novillo wrote: > On Mon, Jun 28, 2010 at 09:38,   wrote: >> Hello all, >> >> I would like to know why does gimple_body returns NULL pointer when I try to >> use it after the "cfg" pass ? Does someone have informations about the >> general use of it ? > > Because the

Re: About gimple_body in gimple.h

2010-06-28 Thread Diego Novillo
On Mon, Jun 28, 2010 at 09:38, wrote: > Hello all, > > I would like to know why does gimple_body returns NULL pointer when I try to > use it after the "cfg" pass ? Does someone have informations about the > general use of it ? Because the body has been split up into the basic blocks of the CFG

About gimple_body in gimple.h

2010-06-28 Thread jeremie . salvucci
Hello all, I would like to know why does gimple_body returns NULL pointer when I try to use it after the "cfg" pass ? Does someone have informations about the general use of it ? Because I am trying to traverse instructions from a C program thanks to MELT (cf MELT branch) and I don't know if