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

--- Comment #10 from Alan Modra <amodra at gmail dot com> ---
Here's elf32-arc.i creduced.

a;
b();
c() {
  void *d;
  if (d == b && e())
    d = a;
  return d;
}

Reply via email to