blob: a135758a86f1dd8c38feb09e8a4f3342a53b6899 [file] [log] [blame]
/* PR sanitizer/58443 */
/* { dg-do compile } */
/* { dg-options "-fsanitize=unreachable,integer-divide-by-zero -w" } */
int
foo (int u, int o)
{
return u >> o;
}
/* { dg-final { scan-assembler-not "__ubsan_handle_shift_out_of_bounds" } } */