From: Mark Mitchell Date: Sat, 8 Mar 2003 09:53:41 +0000 (+0000) Subject: Initialize args X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f6494155438c174383328692c802e2998336879;p=platform%2Fupstream%2Fgcc.git Initialize args From-SVN: r63981 --- 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);