From 4f6494155438c174383328692c802e2998336879 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sat, 8 Mar 2003 09:53:41 +0000 Subject: [PATCH] Initialize args From-SVN: r63981 --- gcc/cp/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 2e4ecc2..e7cba7a 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -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); -- 2.7.4