[Bug c/97381] ice error: invalid types in nop conversion
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97381 --- Comment #2 from David Binderman --- Reduced C code is: int a; void b() { char c = 27; for (; c <= 85; c += 1) { a /= 148372120 * c; if (a) for (;;) ; } }
[Bug c/97381] ice error: invalid types in nop conversion
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97381 --- Comment #1 from David Binderman --- The problem first seems to occur sometime between 20201006 and 20201007.