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

David Binderman <dcb314 at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-reduction             |

--- Comment #9 from David Binderman <dcb314 at hotmail dot com> ---
Reduced code seems to be

int g_11;
void main() {
  g_11 = 3;
  for (; g_11; g_11 += 1)
    ;
}

Reply via email to