Re: [PATCH] Fix PR54826

2012-10-06 Thread Jakub Jelinek
On Fri, Oct 05, 2012 at 07:24:53PM -0700, Dehao Chen wrote: > This patch fixes PR54826. When lowering the gimple, the block for call > arg also need to be reset. > > Bootstrapped and passed gcc regression test on x86. > > Okay for trunk? > > Thanks, > Dehao > > 2012-10-05 Dehao Chen > >

[PATCH] Fix PR54826

2012-10-05 Thread Dehao Chen
Hi, This patch fixes PR54826. When lowering the gimple, the block for call arg also need to be reset. Bootstrapped and passed gcc regression test on x86. Okay for trunk? Thanks, Dehao 2012-10-05 Dehao Chen * gimple-low.c (lower_stmt): Set the block for call args. Index: gcc/gimple-