call.c (build_object_call): Move declaration of variable `fn' into the scope where...
authorKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 5 Oct 1998 21:13:46 +0000 (21:13 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 5 Oct 1998 21:13:46 +0000 (21:13 +0000)
        * 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

index 86bd8c9472491bca7d6dd6f0d3cb27eb3d75cabb..7891064a34161e606f1843f771a9483b288ccad2 100644 (file)
@@ -1,3 +1,9 @@
+Tue Oct  6 00:07:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * 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 <Theodore.Papadopoulo@sophia.inria.fr>
 
        * errfn.c (cp_thing): Print buf as a string not as a printf format