From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26928 invoked by alias); 8 Jan 2007 15:52:48 -0000 Received: (qmail 26918 invoked by uid 22791); 8 Jan 2007 15:52:48 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 08 Jan 2007 15:52:41 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H3wnd-00044G-7J; Mon, 08 Jan 2007 10:52:37 -0500 Date: Mon, 08 Jan 2007 15:52:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [c++] Pointer to member overhaul Message-ID: <20070108155237.GB15412@nevyn.them.org> Mail-Followup-To: Ulrich Weigand , gdb-patches@sourceware.org References: <20070103181514.GC17935@nevyn.them.org> <200701081547.l08Fler8026574@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701081547.l08Fler8026574@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00229.txt.bz2 On Mon, Jan 08, 2007 at 04:47:40PM +0100, Ulrich Weigand wrote: > Dan Jacobowitz wrote: > > > I've committed it with Jim's corrections, as below. > > > > A nice bonus: the change to gnuv3_get_virtual_fn fixes two Java tests > > that weren't running before my December testsuite patch. > > This also fixes three C++ testcases on s390x-ibm-linux > that have been failing forever there! Interesting - which ones? I didn't expect s390x to be affected but it might have to do with the old definition of the virtual function pointer check, which hardcoded the number "0x80000000". -- Daniel Jacobowitz CodeSourcery