Re: [bootstrap-O1] add initializers to avoid warnings at -O1

2017-01-03 Thread Jeff Law
On 01/02/2017 10:28 PM, Alexandre Oliva wrote: Building with the bootstrap-O1 configuration option fails to compile a number of files due to AFAICT false-positive warnings about uses of uninitialized variables. This patch adds dummy initializers to silence them all. Regstrapped on x86_64-linux-

[bootstrap-O1] add initializers to avoid warnings at -O1

2017-01-02 Thread Alexandre Oliva
Building with the bootstrap-O1 configuration option fails to compile a number of files due to AFAICT false-positive warnings about uses of uninitialized variables. This patch adds dummy initializers to silence them all. Regstrapped on x86_64-linux-gnu and i686-linux-gnu. OK to install? for gcc