typeck.c (convert_arguments): Don't handle pmf references specially.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 26 Oct 1998 00:48:20 +0000 (00:48 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 26 Oct 1998 00:48:20 +0000 (19:48 -0500)
commit879fb1de5c8670e52d298bcbaa5278d4794fbe4e
tree83e85864922eb01b5b4ba921cd412652f02ad0ca
parent083c24ed0037e8e50729fb9534d64b3003592d5c
typeck.c (convert_arguments): Don't handle pmf references specially.

* typeck.c (convert_arguments): Don't handle pmf references
specially.
* init.c (build_member_call): Don't try to convert to the base type
if it's ambiguous.
* typeck2.c (check_for_new_type): Don't depend on pedantic.

From-SVN: r23338
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/cp/typeck.c
gcc/cp/typeck2.c