[Bug c/83448] ice in get_source_location_for_substring, at input.c:1507

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Sun Dec 17 16:44:00 GMT 2017


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

David Binderman <dcb314 at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmalcolm at gcc dot gnu.org

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

a, b;
c() {
  for (;;) {
    if (b < 0)
      c();
    snprintf(a, b, "%*s", b, "");
  }
}

svn blame indicates that dmalcolm wrote the code at the ice.


More information about the Gcc-bugs mailing list