typeck.c (build_component_ref): Wrap an OVERLOAD around a unique non-static member...
authorJason Merrill <jason@gcc.gnu.org>
Mon, 18 Jan 1999 14:07:32 +0000 (09:07 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 18 Jan 1999 14:07:32 +0000 (09:07 -0500)
commite6f622865f1be3f5db2d521ca2fb28165fd038a6
treeb5e1bae7ad0d95526b10b5fcf213722a2c462da6
parent6b9b6b150929c20219227d06a968579480447c6b
typeck.c (build_component_ref): Wrap an OVERLOAD around a unique non-static member function.

* typeck.c (build_component_ref): Wrap an OVERLOAD around a unique
non-static member function.
        * class.c (instantiate_type): Only diagnose illegal address of member
        function if complaining.
        * decl.c (lookup_name_real): Remove duplicate code.

From-SVN: r24750
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/typeck.c