[Bug tree-optimization/86076] [9 Regression] ICE: verify_gimple failed (error: location references block not in block tree)

asolokha at gmx dot com gcc-bugzilla@gcc.gnu.org
Thu Jun 7 02:19:00 GMT 2018


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

--- Comment #1 from Arseny Solokha <asolokha at gmx dot com> ---
int __attribute__ ((noinline))
lv (int tm)
{
  (void) tm;

  return 0;
}

void
o7 (int uu)
{
  while (uu < 1)
    while (uu != 0)
    {
      short int ca;

      ca = lv (0);
      (void) ca;
      ++uu;
    }

  lv (lv (0));
}


More information about the Gcc-bugs mailing list