From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30289 invoked by alias); 6 Dec 2001 15:12:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30235 invoked from network); 6 Dec 2001 15:12:08 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 6 Dec 2001 15:12:08 -0000 Received: from rtl.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id HAA02931; Thu, 6 Dec 2001 07:12:04 -0800 (PST) Received: (from ezannoni@localhost) by rtl.cygnus.com (8.11.2/8.11.0) id fB6FIEX01335; Thu, 6 Dec 2001 10:18:14 -0500 X-Authentication-Warning: krustylu.cygnus.com: ezannoni set sender to ezannoni@cygnus.com using -f From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15375.35894.2680.803677@krustylu.cygnus.com> Date: Thu, 06 Dec 2001 07:12:00 -0000 To: Michael Elizabeth Chastain Cc: drow@mvista.com, ac131313@cygnus.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Allow casting of object pointers for method calls In-Reply-To: <200112040841.CAA28541@duracef.shout.net> References: <200112040841.CAA28541@duracef.shout.net> X-Mailer: VM 6.97 under Emacs 20.7.1 X-SW-Source: 2001-12/txt/msg00170.txt.bz2 Michael Elizabeth Chastain writes: > Daniel Jacobowitz writes: > > > I'm pretty sure that a patch for this was approved on mainline > > in November: > > http://sources.redhat.com/ml/gdb-patches/2001-11/msg00231.html > > > > You're not going to be able to use 5.1-branch with the output of GCC mainline > > unless this is moved to the branch. > > Yes, for dwarf-2, that is. stabs+ is working okay. > > I will test this patch in the 5.1 branch and report back. Michael, have you tested 5.1 + patch with older gcc? Any problems? If not I'll commit it right away. Thanks Elena > > Michael C