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
This commit is contained in:
Jan Hubicka 2015-04-30 04:58:43 +02:00 committed by Jan Hubicka
parent b0845a1e51
commit fd2bbdfd97
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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. */