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/regtested on x86_64-linux, ok for trunk? > > 2015-07-23 Marek Polacek <pola...@redhat.com> > > * c-ubsan.c (ubsan_instrument_division): Use unshare_expr throughout. > (ubsan_instrument_shift): Likewise.
Ok, thanks. Jakub