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
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
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
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
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