[Bug analyzer/94689] arrays of functions are not meaningful

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 21 12:46:28 GMT 2020


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Guess get_or_create_mem_ref should punt or do something else for pointers to
functions, trying to create an ARRAY_TYPE of FUNCTION_TYPE (or METHOD_TYPE) is
rejected by build_array_type.


More information about the Gcc-bugs mailing list