Re: [PATCH] Use unshare_expr more in c-ubsan.c

2015-07-23 Thread Jakub Jelinek
On Thu, Jul 23, 2015 at 07:06:40PM +0200, Marek Polacek wrote: > This sprinkles some more unshare_exprs here and there in the ubsan code. > Maybe we'll have to add some more of them elsewhere, too. > > Unfortunately this doesn't fix the ARM -Wmaybe-uninitialized issue yet :(. > > Bootstrapped/reg

[PATCH] Use unshare_expr more in c-ubsan.c

2015-07-23 Thread Marek Polacek
This sprinkles some more unshare_exprs here and there in the ubsan code. Maybe we'll have to add some more of them elsewhere, too. Unfortunately this doesn't fix the ARM -Wmaybe-uninitialized issue yet :(. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2015-07-23 Marek Polacek