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

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

unsigned char *a;
b() {
  long c;
  int d = 0;
  for (; c; ++c)
    d |= a[c];
  return d;
}

Reply via email to