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)
commit08d292de2001aa502cb556681a341f16766102ec
tree7094fa81d35f056738fa74f7a3aa1c7a8ee5f37a
parent877ca132eceb915544b53160017805975323b630
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