Re: PATCH] PR 49580

2011-07-05 Thread Richard Guenther
On Tue, Jul 5, 2011 at 1:08 PM, Razya Ladelsky wrote: > Zdenek Dvorak wrote on 05/07/2011 13:37:41: > >> From: Zdenek Dvorak >> To: Razya Ladelsky/Haifa/IBM@IBMIL >> Cc: gcc-patches@gcc.gnu.org, Richard Guenther > >> Date: 05/07/2011 13:37 >> Subject:

Re: PATCH] PR 49580

2011-07-05 Thread Razya Ladelsky
Zdenek Dvorak wrote on 05/07/2011 13:37:41: > From: Zdenek Dvorak > To: Razya Ladelsky/Haifa/IBM@IBMIL > Cc: gcc-patches@gcc.gnu.org, Richard Guenther > Date: 05/07/2011 13:37 > Subject: Re: PATCH] PR 49580 > > Hi, > > > I moved the adjustment

Re: PATCH] PR 49580

2011-07-05 Thread Zdenek Dvorak
Hi, > I moved the adjustment of the loop's iterations from > gimple_duplicate_sese_tail > to tree-parloops.c, right before the call to gimple_duplicate_sese_tail. > I repeated the bootstrap, regression and spec runs - no new regressions. > > OK to commit? OK, Zdenek > Index: gcc/tree-parloops

Re: PATCH] PR 49580

2011-07-05 Thread Razya Ladelsky
Zdenek Dvorak wrote on 30/06/2011 15:21:43: > From: Zdenek Dvorak > To: Razya Ladelsky/Haifa/IBM@IBMIL > Cc: gcc-patches@gcc.gnu.org, Richard Guenther > Date: 30/06/2011 15:21 > Subject: Re: PATCH] PR 49580 > > Hi, > > > This patch fixes the build failure of g

Re: PATCH] PR 49580

2011-06-30 Thread Razya Ladelsky
Zdenek Dvorak wrote on 30/06/2011 15:21:43: > From: Zdenek Dvorak > To: Razya Ladelsky/Haifa/IBM@IBMIL > Cc: gcc-patches@gcc.gnu.org, Richard Guenther > Date: 30/06/2011 15:21 > Subject: Re: PATCH] PR 49580 > > Hi, > > > This patch fixes the build failure of g

Re: PATCH] PR 49580

2011-06-30 Thread Zdenek Dvorak
Hi, > This patch fixes the build failure of gcc spec2006 benchmark. > The change is in gimple_duplicate_sese_tail(), where we need to subtract > 1 from the loop's number of iterations. > The stmt created to change the rhs of the loop's condition, used to be > inserted right after the defining s

Re: PATCH] PR 49580

2011-06-30 Thread Richard Guenther
On Thu, Jun 30, 2011 at 2:00 PM, Razya Ladelsky wrote: > Hi, > > This patch fixes the build failure of gcc spec2006 benchmark. > The change is in  gimple_duplicate_sese_tail(), where we need to subtract > 1 from the loop's number of iterations. > The stmt created to change the rhs of the loop's co

PATCH] PR 49580

2011-06-30 Thread Razya Ladelsky
Hi, This patch fixes the build failure of gcc spec2006 benchmark. The change is in gimple_duplicate_sese_tail(), where we need to subtract 1 from the loop's number of iterations. The stmt created to change the rhs of the loop's condition, used to be inserted right after the defining stmt of the