[Bug target/72749] [7 Regression] ICE: verify_flow_info failed (error: wrong amount of branch edges after conditional jump in bb 5) w/ -O2 -fsched2-use-superblocks

asolokha at gmx dot com gcc-bugzilla@gcc.gnu.org
Fri Jan 13 04:56:00 GMT 2017


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

--- Comment #8 from Arseny Solokha <asolokha at gmx dot com> ---
int
gd (char ff)
{
  int mi;

  for (;;)
    {
      ff += 59 /* 197 also works */;
      if (ff != 0)
        mi = 0;
      else
        return 0;
    }
}


More information about the Gcc-bugs mailing list