Re: [ipa PATCH] Fix bug introduced by r202567

2013-12-02 Thread H.J. Lu
On Mon, Dec 2, 2013 at 5:30 AM, Marek Polacek wrote: > On Mon, Dec 02, 2013 at 02:21:04PM +0100, Richard Biener wrote: >> On Mon, Dec 2, 2013 at 1:36 PM, Yuri Rumyantsev wrote: >> > Hi All, >> > >> > Attached is evident fix found in process of investigation of PR 58721. >> > Note that this fix do

Re: [ipa PATCH] Fix bug introduced by r202567

2013-12-02 Thread Marek Polacek
On Mon, Dec 02, 2013 at 02:21:04PM +0100, Richard Biener wrote: > On Mon, Dec 2, 2013 at 1:36 PM, Yuri Rumyantsev wrote: > > Hi All, > > > > Attached is evident fix found in process of investigation of PR 58721. > > Note that this fix does not resolve it. > > > > Is it OK for trunk? > > Ok. > >

Re: [ipa PATCH] Fix bug introduced by r202567

2013-12-02 Thread Richard Biener
On Mon, Dec 2, 2013 at 1:36 PM, Yuri Rumyantsev wrote: > Hi All, > > Attached is evident fix found in process of investigation of PR 58721. > Note that this fix does not resolve it. > > Is it OK for trunk? Ok. Thanks, Richard. > ChangeLog: > > 2013-11-02 Yuri Rumyantsev > > * gcc/ipa-inline.

[ipa PATCH] Fix bug introduced by r202567

2013-12-02 Thread Yuri Rumyantsev
Hi All, Attached is evident fix found in process of investigation of PR 58721. Note that this fix does not resolve it. Is it OK for trunk? ChangeLog: 2013-11-02 Yuri Rumyantsev * gcc/ipa-inline.c (check_callers) : Add missed pointer de-reference. ipa-inline-fix Description: Binary data