Re: [PING][PATCH] Fix PR58139 by correctly initializing reg_raw_mode[]

2013-09-05 Thread Peter Bergner
On Tue, 2013-09-03 at 11:08 -0400, Vladimir Makarov wrote: > The patch is ok for the trunk. Thanks! Committed as revision 202286 with Jakub's ChangeLog suggestions. > I'd wait for some time (may be 2 weeks) before committing it for gcc-4.8 > as it might affect other targets (especially code gen

Re: [PING][PATCH] Fix PR58139 by correctly initializing reg_raw_mode[]

2013-09-03 Thread Vladimir Makarov
On 08/27/2013 02:00 PM, Peter Bergner wrote: > I'd like to ping the following patch which fixes a wrong code bug > on powerpc64-linux due to a lost dependency within the scheduler: > > Fix PR58139 by correctly initializing reg_raw_mode[] > > http://gcc.gnu.org/ml/gcc-patches/2013-08/msg0091

[PING][PATCH] Fix PR58139 by correctly initializing reg_raw_mode[]

2013-08-27 Thread Peter Bergner
I'd like to ping the following patch which fixes a wrong code bug on powerpc64-linux due to a lost dependency within the scheduler: Fix PR58139 by correctly initializing reg_raw_mode[] http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00910.html H.J., can you please try and SPEC test this pat