Initialize args
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 8 Mar 2003 09:53:41 +0000 (09:53 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 8 Mar 2003 09:53:41 +0000 (09:53 +0000)
From-SVN: r63981

gcc/cp/init.c

index 2e4ecc2..e7cba7a 100644 (file)
@@ -2175,7 +2175,7 @@ build_new_1 (exp)
   /* True if the function we are calling is a placement allocation
      function.  */
   bool placement_allocation_fn_p;
-  tree args;
+  tree args = NULL_TREE;
 
   placement = TREE_OPERAND (exp, 0);
   type = TREE_OPERAND (exp, 1);