From 08d292de2001aa502cb556681a341f16766102ec Mon Sep 17 00:00:00 2001 From: Kaveh Ghazi Date: Mon, 5 Oct 1998 21:13:46 +0000 Subject: [PATCH] call.c (build_object_call): Move declaration of variable `fn' into the scope where it is used. * call.c (build_object_call): Move declaration of variable `fn' into the scope where it is used. Don't access variable `fn' when it is uninitialized, instead use `fns'. From-SVN: r22849 --- gcc/cp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 86bd8c94724..7891064a341 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 6 00:07:14 1998 Kaveh R. Ghazi + + * call.c (build_object_call): Move declaration of variable + `fn' into the scope where it is used. Don't access variable + `fn' when it is uninitialized, instead use `fns'. + 1998-10-04 Theodore Papadopoulo * errfn.c (cp_thing): Print buf as a string not as a printf format