This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


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;
    }
}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]