https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92225
--- Comment #2 from David Binderman <dcb314 at hotmail dot com> --- Reduced code: void a(long); unsigned *b; void c() { long d; for (int e; e; e++) if (b[e] > d) d = b[e]; a(d); }
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92225
--- Comment #2 from David Binderman <dcb314 at hotmail dot com> --- Reduced code: void a(long); unsigned *b; void c() { long d; for (int e; e; e++) if (b[e] > d) d = b[e]; a(d); }