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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
A bit clean-up test-case:

int PyUnicode_FindChar_i;
int PyUnicode_FindChar() {
  while (PyUnicode_FindChar_i)
    if (PyUnicode_FindChar())
      break;
}

Reply via email to