Re: [PATCH, 4.6] Do not create new cgraph noes in the verifier

2011-03-11 Thread Jan Hubicka
> Hi, > > while working on removing lazy cgraph node creation I have noticed > that we might do that even in the call graph verifier which certainly > looks undesirable. Richi pre-approved removing it on IRC but I am not > sure whether that was for 4.6. On the other hand I guess the change > is

Re: [PATCH, 4.6] Do not create new cgraph noes in the verifier

2011-03-11 Thread Richard Guenther
On Fri, 11 Mar 2011, Martin Jambor wrote: > Hi, > > while working on removing lazy cgraph node creation I have noticed > that we might do that even in the call graph verifier which certainly > looks undesirable. Richi pre-approved removing it on IRC but I am not > sure whether that was for 4.6.

[PATCH, 4.6] Do not create new cgraph noes in the verifier

2011-03-11 Thread Martin Jambor
Hi, while working on removing lazy cgraph node creation I have noticed that we might do that even in the call graph verifier which certainly looks undesirable. Richi pre-approved removing it on IRC but I am not sure whether that was for 4.6. On the other hand I guess the change is rather obvious