Re: Fix PR50260

2011-09-03 Thread Richard Guenther
On Fri, Sep 2, 2011 at 8:40 PM, Michael Matz wrote: > Hi, > > On Fri, 2 Sep 2011, Michael Matz wrote: > >> Hi, >> >> On Fri, 2 Sep 2011, Richard Guenther wrote: >> >> > > Currently regstrapping on x86_64-linux (without Ada).  Okay for trunk? >> > >> > Ok.  Time to make get_var_ann private? >> >> Y

Re: Fix PR50260

2011-09-02 Thread Michael Matz
Hi, On Fri, 2 Sep 2011, Michael Matz wrote: > Hi, > > On Fri, 2 Sep 2011, Richard Guenther wrote: > > > > Currently regstrapping on x86_64-linux (without Ada).  Okay for trunk? > > > > Ok. Time to make get_var_ann private? > > Yes. Should the regstrap succeed on x86_64-linux I'll commit thi

Re: Fix PR50260

2011-09-02 Thread Michael Matz
Hi, On Fri, 2 Sep 2011, Richard Guenther wrote: > > Currently regstrapping on x86_64-linux (without Ada).  Okay for trunk? > > Ok. Time to make get_var_ann private? Yes. Should the regstrap succeed on x86_64-linux I'll commit this variant of the patch (hunks in tree-flow.h, tree-flow-inline.

Re: Fix PR50260

2011-09-02 Thread Richard Guenther
On Thu, Sep 1, 2011 at 2:41 PM, Michael Matz wrote: > Hi, > > the last change in ipa-split generated a new use of a previously unused > PARM_DECL.  When one does this one has to call add_referenced_var.  Not > doing so can cause segfault when accessing the (not initialized) var > annotation.  So,

Re: Fix PR50260

2011-09-01 Thread Martin Jambor
Hi, On Thu, Sep 01, 2011 at 02:41:15PM +0200, Michael Matz wrote: > Hi, > > the last change in ipa-split generated a new use of a previously unused > PARM_DECL. When one does this one has to call add_referenced_var. Not > doing so can cause segfault when accessing the (not initialized) var >