Re: [PATCH] Avoid uninit warnings with PR79345 fix

2017-02-21 Thread Richard Biener
On Tue, 21 Feb 2017, Jakub Jelinek wrote: > On Tue, Feb 21, 2017 at 02:53:32PM +0100, Richard Biener wrote: > > > > The following fixes a bit-load.c bug as well as avoids the warnings > > for two other cases. > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > > > Ok? > > > > Than

Re: [PATCH] Avoid uninit warnings with PR79345 fix

2017-02-21 Thread Jakub Jelinek
On Tue, Feb 21, 2017 at 02:53:32PM +0100, Richard Biener wrote: > > The following fixes a bit-load.c bug as well as avoids the warnings > for two other cases. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > Ok? > > Thanks, > Richard. > > 2017-02-21 Richard Biener > > * b