Commit fd2bbdfd by Jan Hubicka Committed by Jan Hubicka

tree.c (build_common_builtin_nodes): Do not build __builtin_alloca_with_align as…

tree.c (build_common_builtin_nodes): Do not build __builtin_alloca_with_align as equivalent of library alloca.


	* tree.c (build_common_builtin_nodes): Do not build
	__builtin_alloca_with_align as equivalent of library alloca.

From-SVN: r222607
parent b0845a1e
2015-04-29 Jan Hubicka <hubicka@ucw.cz>
* tree.c (build_common_builtin_nodes): Do not build
__builtin_alloca_with_align as equivalent of library alloca.
2015-04-29 Jan Hubicka <hubicka@ucw.cz>
* dwarf2out.c (gen_type_die_with_usage): Call verify_type.
* ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
bugus variants.
......
......@@ -10099,7 +10099,8 @@ build_common_builtin_nodes (void)
ftype = build_function_type_list (ptr_type_node, size_type_node,
size_type_node, NULL_TREE);
local_define_builtin ("__builtin_alloca_with_align", ftype,
BUILT_IN_ALLOCA_WITH_ALIGN, "alloca",
BUILT_IN_ALLOCA_WITH_ALIGN,
"__builtin_alloca_with_align",
ECF_MALLOC | ECF_NOTHROW | ECF_LEAF);
/* If we're checking the stack, `alloca' can throw. */
......
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