This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/23730] [4.0/4.1 Regression] ICE instead of reporting a call to a non-existent member function
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Oct 2005 19:33:35 -0000
- Subject: [Bug c++/23730] [4.0/4.1 Regression] ICE instead of reporting a call to a non-existent member function
- References: <bug-23730-7527@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-12 19:33 -------
Subject: Bug 23730
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-4_0-branch
Changes by: dje@gcc.gnu.org 2005-10-12 19:33:32
Modified files:
gcc/cp : ChangeLog call.c
Log message:
PR c++/23730
* call.c (build_object_call): If BINFO is NULL, bypass
lookup_fnfields and set fns to NULL_TREE.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.4648.2.128&r2=1.4648.2.129
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.531.2.10&r2=1.531.2.11
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23730