OSDN Git Service

PR c++/525
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Apr 2002 16:15:20 +0000 (16:15 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Apr 2002 16:15:20 +0000 (16:15 +0000)
commit8ef5085e46aa2c0ca0693f35820f1d4c4bff4ec7
treeb6c3cda163f08bc0122fe499f1ac70867a11fc42
parent301679fe652bb5a88ea5ab5506fde196d76b239f
    PR c++/525
        * init.c (build_member_call): Use build_scoped_ref.
        (resolve_offset_ref): Likewise.
        * call.c (build_scoped_method_call): Likewise.
        * tree.c (maybe_dummy_object): Kludge around current_class_type being
        wrong.
        * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
        * cp-tree.h: Adjust.

        * init.c (push_base_cleanups): Just use build_scoped_method_call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51956 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/pt.c
gcc/cp/tree.c
gcc/cp/typeck.c
gcc/cp/typeck2.c
gcc/testsuite/g++.dg/lookup/disamb1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.jason/access8.C