https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97371

--- Comment #1 from David Binderman <dcb314 at hotmail dot com> ---
Reduced C code is

int a, b;
void c() {
  if (b >> 38)
    a = b;
}

Reply via email to