Re: Initialize previous in read_state_param_structs

2011-06-04 Thread Alexandre Oliva
On Jun 4, 2011, Jack Howarth wrote: > Since your original patch was approved, are you checking in > http://gcc.gnu.org/ml/gcc-patches/2011-05/msg02304.html? Currently the > -O3 bootstrap is still broken without it. This one was already installed, but there's another problem that prevents -O

Re: Initialize previous in read_state_param_structs

2011-06-03 Thread Jack Howarth
On Mon, May 30, 2011 at 12:26:50PM +0200, Bernd Schmidt wrote: > On 05/30/2011 11:51 AM, Alexandre Oliva wrote: > > Bootstrap-O3 complains about uninitialized uses of this variable in > > gengtype-state.c. The variable can never actually be used before > > initialization, but GCC is not smart enou

Re: Initialize previous in read_state_param_structs

2011-05-30 Thread Bernd Schmidt
On 05/30/2011 11:51 AM, Alexandre Oliva wrote: > Bootstrap-O3 complains about uninitialized uses of this variable in > gengtype-state.c. The variable can never actually be used before > initialization, but GCC is not smart enough to realize that. > read_state_structures, just before the function a

Initialize previous in read_state_param_structs

2011-05-30 Thread Alexandre Oliva
Bootstrap-O3 complains about uninitialized uses of this variable in gengtype-state.c. The variable can never actually be used before initialization, but GCC is not smart enough to realize that. read_state_structures, just before the function at hand, has a similar loop and it zero-initializes both