tree.c (build_common_builtin_nodes): Do not build __builtin_alloca_with_align as...
authorJan Hubicka <hubicka@ucw.cz>
Thu, 30 Apr 2015 02:58:43 +0000 (04:58 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 30 Apr 2015 02:58:43 +0000 (02:58 +0000)
* tree.c (build_common_builtin_nodes): Do not build
__builtin_alloca_with_align as equivalent of library alloca.

From-SVN: r222607

gcc/ChangeLog
gcc/tree.c

index 9dae922f5fcb805c9fd4e59eb20b9b227f43f4bd..bc06c7bb9d1a54686f179114b8942ac283bb9074 100644 (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.
index a597d52ab7a0a91408e13cb717c1f858e00580dd..31a275e05895393f0ac6a894feba50db9f24976b 100644 (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.  */