Re: [PATCH] Fix PR59199

2013-12-02 Thread Richard Biener
On Mon, 2 Dec 2013, Richard Biener wrote: > On Mon, 2 Dec 2013, Jakub Jelinek wrote: > > > On Mon, Dec 02, 2013 at 12:05:57PM +0100, Richard Biener wrote: > > > > > > The following fixes a bug in update_address_taken which fails > > > to reset debug stmts which take the address of a decl we will

Re: [PATCH] Fix PR59199

2013-12-02 Thread Richard Biener
On Mon, 2 Dec 2013, Jakub Jelinek wrote: > On Mon, Dec 02, 2013 at 12:05:57PM +0100, Richard Biener wrote: > > > > The following fixes a bug in update_address_taken which fails > > to reset debug stmts which take the address of a decl we will > > rewrite into SSA form. Our verifiers don't catch

Re: [PATCH] Fix PR59199

2013-12-02 Thread Jakub Jelinek
On Mon, Dec 02, 2013 at 12:05:57PM +0100, Richard Biener wrote: > > The following fixes a bug in update_address_taken which fails > to reset debug stmts which take the address of a decl we will > rewrite into SSA form. Our verifiers don't catch this because > of an early out in the operand scanne

[PATCH] Fix PR59199

2013-12-02 Thread Richard Biener
The following fixes a bug in update_address_taken which fails to reset debug stmts which take the address of a decl we will rewrite into SSA form. Our verifiers don't catch this because of an early out in the operand scanner which doesn't work in the specific case of LTO profiledbootstrap (or bec