Initialize args
From-SVN: r63981
This commit is contained in:
parent
72b8d451f1
commit
4f64941554
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user