mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 11:30:07 +08:00
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:
parent
b0845a1e51
commit
fd2bbdfd97
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user