https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108349
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Caused by r0-100026-gb64fca63690ad6042bea, before that it was tmp = tree_cons (NULL_TREE, pvoid_type_node, void_list_node); tmp = tree_cons (NULL_TREE, size_type_node, tmp); ftype = build_function_type (pvoid_type_node, tmp); which is correct. Let me eyeball the other changes in that commit.