re PR c++/23730 (ICE instead of reporting a call to a non-existent member function)
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 12 Oct 2005 15:03:12 +0000 (15:03 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 12 Oct 2005 15:03:12 +0000 (11:03 -0400)
commit687d71b35f17d75284f39280d2ddd66a98c9b340
tree324cd027c3ee931d7f71d73e49351dd2b51fab4c
parent985943dfe64b14493be29f112a62d1fc9ead7186
re PR c++/23730 (ICE instead of reporting a call to a non-existent member function)

        PR c++/23730
        * call.c (build_object_call): If BINFO is NULL, bypass
        lookup_fnfields and set fns to NULL_TREE.

From-SVN: r105304
gcc/cp/ChangeLog
gcc/cp/call.c