On Fri, 13 Sep 2013, Marek Polacek wrote:

> This is kind of fugly, but don't have anything better at the moment.
> 2013-09-13  Marek Polacek  <pola...@redhat.com>
> 
>       PR sanitizer/58413
> c-family/
>       * c-ubsan.c (ubsan_instrument_shift): Don't instrument
>       an expression if we can prove it is correct.

Shouldn't the conditions used here for an expression being proved correct 
match those for instrumentation, i.e. depend on flag_isoc99 and on 
(cxx_dialect == cxx11 || cxx_dialect == cxx1y)?

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to