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