From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17107 invoked by alias); 14 Dec 2002 00:56:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 17093 invoked by uid 71); 14 Dec 2002 00:56:01 -0000 Date: Fri, 13 Dec 2002 16:56:00 -0000 Message-ID: <20021214005601.17092.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Janis Johnson Subject: Re: c++/8117: [3.2 regression] member function pointers and multiple inheritance Reply-To: Janis Johnson X-SW-Source: 2002-12/txt/msg00787.txt.bz2 List-Id: The following reply was made to PR c++/8117; it has been noted by GNATS. From: Janis Johnson To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, yuvalk@mainsoft.com, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: c++/8117: [3.2 regression] member function pointers and multiple inheritance Date: Fri, 13 Dec 2002 16:56:54 -0800 This regression from 3.0.4 has been fixed on the mainline but still exists in the 3.2 branch. The bug showed up when this patch was added: 2001-11-28 Nathan Sidwell * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base. * call.c (standard_conversion): Use lookup_base. * class.c (strictly_overrides): Likewise. * cvt.c (build_up_reference): Adjust comment. * init.c (build_member_call): Reformat. * search.c (get_binfo): Remove. * tree.c (binfo_value): Remove. * typeck.c (build_static_cast): Use lookup_base. * typeck2.c (binfo_or_else): Use lookup_base. The bug went away on the mainline when this patch was added: 2002-10-25 Mark Mitchell * call.c (build_over_call): Use DECL_CONTEXT, not * class.c (modify_vtable_entry): Don't mess with * cp-tree.h (lang_type_class): Remove vsize. * pt.c (build_template_decl): Don't set it. * typeck.c (expand_ptrmemfunc_cst): Don't use it. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8117