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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Some checking is needed even if the C FE is improved, in particular, one can do
stuff like:
  return ((int (*) (int)) memcpy) (5);
etc.

Reply via email to