[Bug c/97578] ice during IPA pass: inline

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Mon Oct 26 12:21:31 GMT 2020


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

--- Comment #2 from David Binderman <dcb314 at hotmail dot com> ---
Here is a second simpler test case:

int a;
static void b(int c) {
  if (a)
    while (c)
      b(0);
  d();
}
void e(c) { b(c); }
void f() { e(0); }


More information about the Gcc-bugs mailing list