https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933
--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Another installment in the series "How come this worked before?": diff --git a/gcc/tree.cc b/gcc/tree.cc index bc50afca9a3..095c02c5474 100644 --- a/gcc/tree.cc +++ b/gcc/tree.cc @@ -9848,7 +9848,6 @@ build_common_builtin_nodes (void) ftype = build_function_type_list (void_type_node, ptr_type_node, ptr_type_node, - integer_type_node, NULL_TREE); local_define_builtin ("__builtin_clear_padding", ftype, BUILT_IN_CLEAR_PADDING,