Initialize args

From-SVN: r63981
This commit is contained in:
Mark Mitchell 2003-03-08 09:53:41 +00:00
parent 72b8d451f1
commit 4f64941554

View 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);