Commit e09d75bd by Richard Kenner

(init_decl_processing): Last arg to __builtin_apply is size_t, not int.

From-SVN: r4214
parent 6c548216
...@@ -2941,7 +2941,7 @@ init_decl_processing () ...@@ -2941,7 +2941,7 @@ init_decl_processing ()
tree_cons (NULL_TREE, tree_cons (NULL_TREE,
ptr_type_node, ptr_type_node,
tree_cons (NULL_TREE, tree_cons (NULL_TREE,
integer_type_node, sizetype,
endlink))); endlink)));
builtin_function ("__builtin_apply", builtin_function ("__builtin_apply",
build_function_type (ptr_type_node, temp), build_function_type (ptr_type_node, temp),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment