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:31:14 +0000 (21:31 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 5 Oct 1998 21:31:14 +0000 (21:31 +0000)
commitd64db93fbcb807f996f5b7204603c18893a7b0b9
tree6182471fd6e8cc721c8e3044bdbbdf844105fdd1
parent08d292de2001aa502cb556681a341f16766102ec
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: r22850
gcc/cp/call.c