PR c++/8748
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Jan 2003 09:14:47 +0000 (09:14 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Jan 2003 09:14:47 +0000 (09:14 +0000)
commitdb0ec145ac3cb002a541f886dd5a9aef7d4d4388
tree1ac795ce86106645cb0dc296028567adf1a9970e
parentbe8f4d2a58e4680971cc41dcf42f5a99f64676a9
    PR c++/8748
        * class.c (build_base_path): Take the address before calling save_expr.

        * call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
        all the ambiguous conversions are bad.

        * class.c (maybe_warn_about_overly_private_class): Don't stop
        searching when we find a nonprivate method.

        * typeck.c (build_class_member_access_expr): Use unary_complex_lvalue.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61246 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/typeck.c