https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79483
--- Comment #8 from David Binderman <dcb314 at hotmail dot com> --- Reduced code: a; b() { int c, d; if (a) d = b(); return 1 + c + d; } Flag -O2 required.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79483
--- Comment #8 from David Binderman <dcb314 at hotmail dot com> --- Reduced code: a; b() { int c, d; if (a) d = b(); return 1 + c + d; } Flag -O2 required.