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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Reduced testcase:
int
foo (void)
{
  return *(int *) "";
}

Reply via email to