call.c (build_object_call): Complain about ambiguous operator(), rather that crashing.
authorMark Mitchell <mmitchell@usa.net>
Thu, 26 Mar 1998 10:26:43 +0000 (10:26 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 26 Mar 1998 10:26:43 +0000 (10:26 +0000)
commit734e8cc58d21461977376ab50dbe4bb7fb845dbc
tree9cdea081ec25a3df69ca00e4a7953aaa984c5608
parent17b75c9182d0201a0cc1362c5f0ab1fcddb02c5d
call.c (build_object_call): Complain about ambiguous operator(), rather that crashing.

* call.c (build_object_call): Complain about ambiguous operator(),
rather that crashing.
(build_new_op): Likewise.
(build_op_delete_call): Likewise.

From-SVN: r18839
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.old-deja/g++.other/ambig1.C [new file with mode: 0644]