[Bug c/97381] ice error: invalid types in nop conversion

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Mon Oct 12 10:41:13 GMT 2020


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

--- Comment #2 from David Binderman <dcb314 at hotmail dot com> ---
Reduced C code is:

int a;
void b() {
  char c = 27;
  for (; c <= 85; c += 1) {
    a /= 148372120 * c;
    if (a)
      for (;;)
        ;
  }
}


More information about the Gcc-bugs mailing list