From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30504 invoked by alias); 1 Aug 2003 19:10:35 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30418 invoked by uid 48); 1 Aug 2003 19:10:34 -0000 Date: Fri, 01 Aug 2003 19:10:00 -0000 Message-ID: <20030801191034.30417.qmail@sources.redhat.com> From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030731174449.11750.jfischer_5809@yahoo.com> References: <20030731174449.11750.jfischer_5809@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11750] Incorrect virtual method invoked for class hierarchy w/ virtual bases X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg00097.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11750 pinskia at physics dot uc dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |wrong-code Last reconfirmed|0000-00-00 00:00:00 |2003-08-01 19:10:34 date| | ------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-01 19:10 ------- I can confirm this on the mainline (20030801). ICC 6.0 produces the correct ouput. Note 2.95.3 produces: B::f() B::f() While 3.0.4 produces: A::f() A::f()