Re: [PATCH] Quash warning in final.c

2013-11-12 Thread Eric Botcazou
> This patch quashes a -Wmaybe-uninitialized warning that showed up > when running bootstrap with asan/ubsan. Supposedly in that case > we aren't able to preinitialize label with the first element of the > label_pairs vector. > > Regtested/bootstrapped on x86_64-linux, ok for trunk? > > 2013-11-

[PATCH] Quash warning in final.c

2013-11-12 Thread Marek Polacek
This patch quashes a -Wmaybe-uninitialized warning that showed up when running bootstrap with asan/ubsan. Supposedly in that case we aren't able to preinitialize label with the first element of the label_pairs vector. Regtested/bootstrapped on x86_64-linux, ok for trunk? 2013-11-12 Marek Polace